From 95981144f0b558c138008f6314e2889941b651bd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Feb 2023 12:57:30 -0800 Subject: feat(home/fish): new function to run home-manager --- home/shell/fish/functions/nix-rebuild-hm.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 home/shell/fish/functions/nix-rebuild-hm.fish (limited to 'home/shell') diff --git a/home/shell/fish/functions/nix-rebuild-hm.fish b/home/shell/fish/functions/nix-rebuild-hm.fish new file mode 100644 index 0000000..3101e51 --- /dev/null +++ b/home/shell/fish/functions/nix-rebuild-hm.fish @@ -0,0 +1,4 @@ +function nix-rebuild-hm --description "rebuild home manager" + cd ~/workspace/world + home-manager switch --flake . +end -- cgit 1.4.1