aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-09-17 21:36:41 -0700
committerCaroline Larimore <caroline@larimo.re>2024-09-17 21:36:41 -0700
commit485dc4b641f6b07def1bfa28c7c3ab83e764f29e (patch)
tree822340276ed01c11f1f8cb90f7b6a97007440009
parenta6853539b5ea18834763e179593a2232b87f236c (diff)
home: desktop: rebuild by path in switch-theme
-rw-r--r--roles/home/desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/home/desktop/default.nix b/roles/home/desktop/default.nix
index 813f215..38b361c 100644
--- a/roles/home/desktop/default.nix
+++ b/roles/home/desktop/default.nix
@@ -86,7 +86,7 @@ let cfg = config.home.roles.desktop; in {
rm theme.nix
ln -s ./themes/$1.nix theme.nix
- sudo nixos-rebuild switch --flake /etc/nixos
+ sudo nixos-rebuild switch --flake path:/etc/nixos
i3-msg restart
'')