diff options
| -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" |