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 | |
| parent | baf557cd940f23bfba6fcdd2c02c6a9215764d43 (diff) | |
migration: gimp
| -rw-r--r-- | hosts/c-pc/home.nix | 2 | ||||
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 3 | ||||
| -rw-r--r-- | snowfall/modules/home/apps/default.nix | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 4f1f598..e4a6716 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -58,8 +58,6 @@ jellyfin-media-player mkvtoolnix - gimp - anki-bin obsidian diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index 220f4dc..cc59705 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -14,8 +14,9 @@ with lib; with lib.${namespace}; { }; apps.discord.enable = true; + apps.gimp.enable = true; apps.qbittorrent.enable = true; - + apps.prismlauncher.extra.rusherhack.enable = true; tools.git = { 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" |