diff --git a/nixos/justfile b/nixos/justfile index e8f5bf0f..b6c15acb 100644 --- a/nixos/justfile +++ b/nixos/justfile @@ -8,7 +8,6 @@ switch *args: env PATH=/run/wrappers/bin:$PATH sudo nixos-rebuild switch --flake ".#" --impure --option warn-dirty false \ --override-input imalison-taffybar path:/home/imalison/dotfiles/dotfiles/config/taffybar \ --override-input taffybar path:/home/imalison/dotfiles/dotfiles/config/taffybar/taffybar \ - --override-input hyprNStack path:/home/imalison/Projects/hyprNStack \ {{args}} switch-remote *args: @@ -26,7 +25,6 @@ switch-local *args: env PATH=/run/wrappers/bin:$PATH sudo nixos-rebuild switch --flake ".#" --impure --option warn-dirty false \ --override-input imalison-taffybar path:/home/imalison/dotfiles/dotfiles/config/taffybar \ --override-input taffybar path:/home/imalison/dotfiles/dotfiles/config/taffybar/taffybar \ - --override-input hyprNStack path:/home/imalison/Projects/hyprNStack \ {{args}} switch-local-taffybar *args: @@ -42,7 +40,6 @@ switch-local-taffybar *args: nixos-rebuild switch --flake "git+https://github.com/colonelpanic8/dotfiles.git?ref=master&dir=nixos#" --impure --option warn-dirty false \ --override-input imalison-taffybar path:/home/imalison/dotfiles/dotfiles/config/taffybar \ --override-input taffybar path:/home/imalison/dotfiles/dotfiles/config/taffybar/taffybar \ - --override-input hyprNStack path:/home/imalison/Projects/hyprNStack \ {{args}} remote-switch host *args: