From bf5925ebfc2901b5a157c149fa6e619c4bb2660c Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 4 Aug 2024 19:03:44 -0700 Subject: home: desktop: centralize switch-theme script --- hosts/c-pc/home.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hosts/c-pc/home.nix') diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 65d815f..3a23cbb 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -97,19 +97,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#default - - i3-msg restart - '') - pfetch irssi -- cgit v1.2.3