nix: removed impure
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
|
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 &";
|
agu = "pkill gjs & ags run ~/Nixos/packages/ags/custom/app.ts &";
|
||||||
};
|
};
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
|
|||||||
Reference in New Issue
Block a user