diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-09-17 21:36:41 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-09-17 21:36:41 -0700 |
| commit | 485dc4b641f6b07def1bfa28c7c3ab83e764f29e (patch) | |
| tree | 822340276ed01c11f1f8cb90f7b6a97007440009 /roles/home | |
| parent | a6853539b5ea18834763e179593a2232b87f236c (diff) | |
home: desktop: rebuild by path in switch-theme
Diffstat (limited to 'roles/home')
| -rw-r--r-- | roles/home/desktop/default.nix | 2 |
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 '') |