This commit is contained in:
2024-09-17 10:39:25 -04:00
parent f348632d8e
commit 43e57d1f76
5 changed files with 28 additions and 23 deletions

View File

@@ -4,11 +4,11 @@ format_home:
nixfmt ~/.config/home-manager
format_system:
doas nixfmt /etc/nixos
run0 nixfmt /etc/nixos
system_update:
doas nix flake update /etc/nixos
doas nixos-rebuild boot --impure
run0 nix flake update /etc/nixos
run0 nixos-rebuild boot --impure
home_update:
nix flake update ~/.config/home-manager