diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 16:51:39 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:51 -0700 |
| commit | 98c7d6938358a90fb8fefe9f3f7860d18b6780e4 (patch) | |
| tree | 2d283caecf3101bc224965e2afce8d3efff5452b /snowfall/modules/home/apps/default.nix | |
| parent | baf557cd940f23bfba6fcdd2c02c6a9215764d43 (diff) | |
migration: gimp
Diffstat (limited to 'snowfall/modules/home/apps/default.nix')
| -rw-r--r-- | snowfall/modules/home/apps/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix index 7cf885d..188dfb3 100644 --- a/snowfall/modules/home/apps/default.nix +++ b/snowfall/modules/home/apps/default.nix @@ -2,6 +2,7 @@ with lib; with lib.${namespace}; { imports = [ + (mkSimpleApp "gimp" {}) (mkSimpleApp "qbittorrent" { persist = [ ".config/qBittorrent" |