aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--homes/x86_64-linux/c/default.nix1
-rw-r--r--modules/home/apps/default.nix4
2 files changed, 5 insertions, 0 deletions
diff --git a/homes/x86_64-linux/c/default.nix b/homes/x86_64-linux/c/default.nix
index 2115737..a0f1c10 100644
--- a/homes/x86_64-linux/c/default.nix
+++ b/homes/x86_64-linux/c/default.nix
@@ -20,6 +20,7 @@ in {
apps = {
discord.enable = true;
+ cinny.enable = true;
gimp.enable = true;
qbittorrent.enable = true;
nicotine.enable = true;
diff --git a/modules/home/apps/default.nix b/modules/home/apps/default.nix
index f7f1633..cac3ea3 100644
--- a/modules/home/apps/default.nix
+++ b/modules/home/apps/default.nix
@@ -15,6 +15,10 @@ with lib; with lib.${namespace}; {
})
(mkSimpleApp "irssi" { persist = [ ".irssi" ]; })
+ (mkSimpleApp "cinny" {
+ packages = [ cinny-desktop ];
+ persist = [ ".local/share/cinny" ];
+ })
(mkSimpleApp "intellij" {
packages = [ jetbrains.idea-oss ];