feat: add nix update command

This commit is contained in:
DannyDannyDanny 2026-02-18 13:36:41 +01:00
parent 07f458fedf
commit 2bbb366d7b

View file

@ -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