diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-08-04 19:03:44 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-08-04 19:03:44 -0700 |
| commit | bf5925ebfc2901b5a157c149fa6e619c4bb2660c (patch) | |
| tree | aa72768d97d1c1fe6c22953a119d4873514f37f9 /hosts/phoenix | |
| parent | e59f1ab171d99c748b8a9ebe349980e463d4dbff (diff) | |
home: desktop: centralize switch-theme script
Diffstat (limited to 'hosts/phoenix')
| -rw-r--r-- | hosts/phoenix/home.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hosts/phoenix/home.nix b/hosts/phoenix/home.nix index da84c94..360933e 100644 --- a/hosts/phoenix/home.nix +++ b/hosts/phoenix/home.nix @@ -77,19 +77,6 @@ ]; home.packages = with pkgs; [ - (writeShellScriptBin "switch-theme" '' - #!/usr/bin/env bash - - cd /etc/nixos - - rm theme.nix - ln -s ./themes/$1.nix theme.nix - - sudo nixos-rebuild switch --flake /etc/nixos - - i3-msg restart - '') - pfetch qbittorrent |