broke up update scripts

This commit is contained in:
John Lancaster
2025-12-28 11:32:49 -06:00
parent 0c00e983d6
commit 593602d87a

View File

@@ -55,9 +55,12 @@
btop btop
yazi yazi
uv uv
(writeShellScriptBin "nhms" ''
nix run home-manager -- switch --flake ~/.config/home-manager --impure
'')
(writeShellScriptBin "nhmu" '' (writeShellScriptBin "nhmu" ''
nix flake update --flake ~/.config/home-manager nix flake update --flake ~/.config/home-manager
nix run home-manager -- switch --flake ~/.config/home-manager --impure nhms
'') '')
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the # # overrides. You can do that directly here, just don't forget the