FIX: finally fixed flake.lock

This commit is contained in:
lsoriano-mcm
2025-06-28 17:14:07 -05:00
parent 3ebe0c9fca
commit 1e19f865de
9 changed files with 57 additions and 87 deletions
+4 -1
View File
@@ -5,11 +5,11 @@
...
}: {
imports = [
../../modules/dev.nix
];
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
python313Full
];
# Auto upgrade nix package and the daemon service.
@@ -21,6 +21,9 @@
nix.settings.experimental-features = "nix-command flakes";
nix.settings.trusted-users = builds.builder.trustedUsers;
# Security Fingerprinting
security.pam.services.sudo_local.touchIdAuth = true;
# Create /etc/zshrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina
programs.fish.enable = true;