moore tiling

This commit is contained in:
Remy Moll
2025-12-05 17:20:44 +01:00
parent 6ee9e50a01
commit 895a6011a0
12 changed files with 147 additions and 157 deletions

View File

@@ -6,10 +6,8 @@
};
system.primaryUser = "remy";
environment.systemPackages = [ pkgs.git ]; # required because git is hardcoded into mac
nix.enable=false;
nixpkgs.config.allowUnfree = true;
# nixpkgs.config.allowUnsupportedSystem = true;
security.pam.services.sudo_local.touchIdAuth = true;
# Necessary for using flakes on this system.