diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:49:30 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | e11a0658b3c47459767ba49ccfe319a2b8c73456 (patch) | |
| tree | f7f3919b71715adee6477dd7bfcaa93b3cc8bf0c /roles/home/desktop/default.nix | |
| parent | bb80a276f5bc23c884fe8af922d371b216bc5b4b (diff) | |
migration: fastfetch
Diffstat (limited to 'roles/home/desktop/default.nix')
| -rw-r--r-- | roles/home/desktop/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/home/desktop/default.nix b/roles/home/desktop/default.nix index 43f0467..8e411ba 100644 --- a/roles/home/desktop/default.nix +++ b/roles/home/desktop/default.nix @@ -59,10 +59,6 @@ let cfg = config.home.roles.desktop; in { config = mkIf cfg.enable { gtk.enable = true; - programs = { - fastfetch.enable = cfg.fetch; - }; - home = { packages = with pkgs; [ (writeShellScriptBin "switch-theme" '' |