all repos — nixfiles @ f5edcbcd1ad1cc007629bd752afad6e35c6dcbee

System and user configuration, managed by nix and home-manager

shell: fix homm news alias

Alan Pearce
commit

f5edcbcd1ad1cc007629bd752afad6e35c6dcbee

parent

07cf1b88e2b555ba4b8417d02fd0eb797508c1aa

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -113,7 +113,7 @@
ho = "home-manager"; hob = "home-manager build"; hos = "home-manager switch --flake '.?submodules=1' -b hm_bak_$(date +%Y%m%d%H%M)"; - hon = "home-manager news"; + hon = "home-manager news --flake '.?submodules=1'"; hoh = "home-manager help"; hop = "home-manager packages"; hol = "home-manager generations";