diff options
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ ]; home.packages = with pkgs; [ - (writeShellScriptBin "switch-theme"'' + (writeShellScriptBin "switch-theme" '' #!/usr/bin/env bash cd /etc/nixos |