From f6386afb497675d9dcb8b205f48cf8aa9958267f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 10 May 2026 12:19:46 -0700 Subject: [PATCH] Stop overriding hyprNStack with local path --- nixos/justfile | 3 --- 1 file changed, 3 deletions(-) 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: