diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:34:28 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | 7488b6f44fab0c36142587f60092236aeda4fecb (patch) | |
| tree | 31051cf925c3ff7f4a51db28801bc0444d1411dd /roles/home/desktop/default.nix | |
| parent | 5966c6bf05697f300e39e2abdd1631122efe3d87 (diff) | |
migration: flameshot
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 484def5..277c17d 100644 --- a/roles/home/desktop/default.nix +++ b/roles/home/desktop/default.nix @@ -63,10 +63,6 @@ let cfg = config.home.roles.desktop; in { fastfetch.enable = cfg.fetch; }; - services = { - flameshot.enable = cfg.screenshot; - }; - home = { packages = with pkgs; [ (writeShellScriptBin "switch-theme" '' |