diff options
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 |