nix: removed impure

This commit is contained in:
biscuit
2025-05-19 18:12:57 -05:00
parent c1e4ef47f3
commit 1b0dcd2863
+1 -1
View File
@@ -31,7 +31,7 @@
shellAliases = {
ll = "ls -l";
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
hupd = "home-manager switch --flake ~/Nixos/#biscuit --impure";
hupd = "home-manager switch --flake ~/Nixos/#biscuit";
agu = "pkill gjs & ags run ~/Nixos/packages/ags/custom/app.ts &";
};
history.size = 10000;