diff --git a/home/programs/shell/fish.nix b/home/programs/shell/fish.nix index ae7698f..af34948 100644 --- a/home/programs/shell/fish.nix +++ b/home/programs/shell/fish.nix @@ -4,8 +4,8 @@ fish = { enable = true; shellAbbrs = { - nixu = "nh os switch --ask"; - homeu = "nh home switch --ask"; + nixu = "nh os switch --ask --impure"; + homeu = "nh home switch --ask --impure"; nixc = "doas systemctl start nh-clean.service"; vim = "nvim"; cd = "z";