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/homes/x86_64-linux/c/default.nix | |
| parent | baf557cd940f23bfba6fcdd2c02c6a9215764d43 (diff) | |
migration: gimp
Diffstat (limited to 'snowfall/homes/x86_64-linux/c/default.nix')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 3 |
1 files changed, 2 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 = { |