Revert "FIX: finally fixed flake.lock"

This reverts commit 1e19f865de.
This commit is contained in:
lsoriano-mcm
2025-06-28 17:31:47 -05:00
parent f7b315be25
commit 306ee40129
9 changed files with 87 additions and 58 deletions
+1 -5
View File
@@ -5,12 +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; [
python313
python313Full
];
# Auto upgrade nix package and the daemon service.
@@ -22,9 +21,6 @@
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;