FIX: finally fixed flake.lock
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user