feat: add nix update command ✨
This commit is contained in:
parent
07f458fedf
commit
2bbb366d7b
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
weather = "curl wttr.in/?T";
|
||||
# TODO: rename and move 25_flakes into dotfiles
|
||||
nide = "nix develop ~/python-projects/25_flakes/$(basename (pwd)) -c $(which fish)";
|
||||
nixupdate = "cd ~/dotfiles/nixos && sudo nix flake update && sudo darwin-rebuild switch --flake ~/dotfiles/nixos#Daniel-Macbook-Air";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
fish_vi_key_bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue