From 06fb4b686f9fe68297c8c40927fb8abdd2000a79 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 5 Feb 2025 13:26:39 -0500 Subject: [PATCH] better justfile --- justfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 6f39649..46539ed 100644 --- a/justfile +++ b/justfile @@ -7,13 +7,11 @@ format_system: doas nixfmt /etc/nixos system_update: - doas nix flake update --flake /etc/nixos - nh os boot /etc/nixos -- --impure + nh os boot -u /etc/nixos home_update: - nix flake update --flake ~/.config/home-manager 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 rsync -a --delete /etc/nixos/ ~/projects/configs/dotfiles/etcnixos/