From 54bcc38255a077394e47a1a801ac33afa5eaa155 Mon Sep 17 00:00:00 2001 From: EdenQwQ Date: Fri, 17 Apr 2026 11:55:27 +0800 Subject: [PATCH] impure for nixu and homeu --- home/programs/shell/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";