From 338711c990c8e1df60766c50dd151296b24f2240 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:17:05 -0500 Subject: [PATCH] added home manager update and switch alias --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 0b825ab..b4c1712 100644 --- a/home.nix +++ b/home.nix @@ -24,6 +24,10 @@ uv git eza + (writeShellScriptBin "nhmu" '' + nix flake update --flake ~/.config/home-manager + nix run home-manager -- switch --flake ~/.config/home-manager + '') # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the