better justfile
This commit is contained in:
parent
34a09327ad
commit
06fb4b686f
6
justfile
6
justfile
@ -7,13 +7,11 @@ format_system:
|
|||||||
doas nixfmt /etc/nixos
|
doas nixfmt /etc/nixos
|
||||||
|
|
||||||
system_update:
|
system_update:
|
||||||
doas nix flake update --flake /etc/nixos
|
nh os boot -u /etc/nixos
|
||||||
nh os boot /etc/nixos -- --impure
|
|
||||||
|
|
||||||
home_update:
|
home_update:
|
||||||
nix flake update --flake ~/.config/home-manager
|
|
||||||
rm -fr ~/.gtkrc-2.0
|
rm -fr ~/.gtkrc-2.0
|
||||||
nh home switch ~/.config/home-manager -- --impure
|
nh home switch -u ~/.config/home-manager -- --impure
|
||||||
|
|
||||||
sync_configs: format_home format_system
|
sync_configs: format_home format_system
|
||||||
rsync -a --delete /etc/nixos/ ~/projects/configs/dotfiles/etcnixos/
|
rsync -a --delete /etc/nixos/ ~/projects/configs/dotfiles/etcnixos/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user