diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-18 12:04:41 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-18 12:04:41 -0700 |
| commit | ee235071508e1a5cfc95b64ea61078512bbceb90 (patch) | |
| tree | 7c3cf11f0a6358155010171b1b1e9bfe0493b7e3 /home.nix | |
| parent | a7d59a2207655a06db26de61f2d667c6e9d34ee6 (diff) | |
Formatting tweak
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 |