about summary refs log tree commit diff
path: root/home/shell/fish/functions/nix-rebuild-hm.fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/shell/fish/functions/nix-rebuild-hm.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/shell/fish/functions/nix-rebuild-hm.fish b/home/shell/fish/functions/nix-rebuild-hm.fish
deleted file mode 100644
index 3101e51..0000000
--- a/home/shell/fish/functions/nix-rebuild-hm.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-function nix-rebuild-hm --description "rebuild home manager"
-    cd ~/workspace/world
-    home-manager switch --flake .
-end