diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:57:30 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 17:47:30 -0800 |
commit | 95981144f0b558c138008f6314e2889941b651bd (patch) | |
tree | bc1a09386b36b299844a0279394facf124ac3a12 /home | |
parent | feat(home/fish): function to create go projects (diff) | |
download | world-95981144f0b558c138008f6314e2889941b651bd.tar.gz |
feat(home/fish): new function to run home-manager
Diffstat (limited to '')
-rw-r--r-- | home/shell/fish/functions/nix-rebuild-hm.fish | 4 |
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 |