diff options
Diffstat (limited to 'snowfall/homes')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index cc59705..4355642 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -13,11 +13,14 @@ with lib; with lib.${namespace}; { misc.enable = true; }; - apps.discord.enable = true; - apps.gimp.enable = true; - apps.qbittorrent.enable = true; + apps = { + discord.enable = true; + gimp.enable = true; + qbittorrent.enable = true; + nicotine.enable = true; - apps.prismlauncher.extra.rusherhack.enable = true; + prismlauncher.extra.rusherhack.enable = true; + }; tools.git = { name = "Caroline Larimore"; |