nix: removed impure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user