some nix update idk
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
# Set Git commit hash for darwin-version.
|
||||
system.configurationRevision = inputs.self.rev or inputs.self.dirtyRev or null;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
../../modules/shell.nix
|
||||
../../modules/starship.nix
|
||||
../../modules/tmux.nix
|
||||
../../modules/zed.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
@@ -22,12 +21,10 @@
|
||||
pkgs.bun
|
||||
pkgs.go
|
||||
pkgs.nodejs_23
|
||||
# pkgs.python314 # coz awsebcli requires python in $PATH
|
||||
pkgs.pnpm
|
||||
|
||||
pkgs.discord # nigga ain't working properly
|
||||
pkgs.redis
|
||||
pkgs.zed-editor
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
@@ -13,14 +13,4 @@
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
||||
nixpkgs.hostPlatform = "${system}";
|
||||
|
||||
nix.gc = {
|
||||
automatic = lib.mkDefault true;
|
||||
options = lib.mkDefault "--delete-older-than 5d";
|
||||
};
|
||||
|
||||
# https://github.com/NixOS/nix/issues/7273
|
||||
nix.settings = {
|
||||
auto-optimise-store = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user