aboutsummaryrefslogtreecommitdiff
path: root/snowfall/homes
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 17:02:27 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:51 -0700
commitc2c8b60352d562fd1229dd699525f03bd5ece213 (patch)
tree6dc46977e3a3d954344d1b58d0eccde9ad1e5759 /snowfall/homes
parent88e4d5741335ebb706d1a0cc6b65f3224a54b06a (diff)
migration: nicotine
Diffstat (limited to 'snowfall/homes')
-rw-r--r--snowfall/homes/x86_64-linux/c/default.nix11
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";