aboutsummaryrefslogtreecommitdiff
path: root/snowfall
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 16:51:39 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:51 -0700
commit98c7d6938358a90fb8fefe9f3f7860d18b6780e4 (patch)
tree2d283caecf3101bc224965e2afce8d3efff5452b /snowfall
parentbaf557cd940f23bfba6fcdd2c02c6a9215764d43 (diff)
migration: gimp
Diffstat (limited to 'snowfall')
-rw-r--r--snowfall/homes/x86_64-linux/c/default.nix3
-rw-r--r--snowfall/modules/home/apps/default.nix1
2 files changed, 3 insertions, 1 deletions
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"