Stop overriding hyprNStack with local path

This commit is contained in:
2026-05-10 12:19:46 -07:00
parent 2a036581c7
commit f6386afb49

View File

@@ -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: