some nix update idk

This commit is contained in:
Kulvir Singh
2025-02-26 20:58:23 +05:30
parent 35a6b009a3
commit 77402fa734
8 changed files with 30 additions and 58 deletions

View File

@@ -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;

View File

@@ -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 = {

View File

@@ -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;
};
}