From 2bbb366d7bb7e3fa8d2497a98077380c0c46cb3a Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 18 Feb 2026 13:36:41 +0100 Subject: [PATCH] feat: add nix update command :sparkles: --- nixos/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/fish.nix b/nixos/fish.nix index 306010f..5aabe2e 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -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