about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/shell/fish/functions/nix-rebuild-hm.fish4
1 files changed, 4 insertions, 0 deletions
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