From 98242c2f0d37306b72398159d89a39bed6bbc3a2 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 17:24:22 -0800 Subject: migration: intellij --- snowfall/modules/home/apps/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'snowfall/modules/home/apps/default.nix') diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix index b455ef1..c780f3e 100644 --- a/snowfall/modules/home/apps/default.nix +++ b/snowfall/modules/home/apps/default.nix @@ -27,5 +27,13 @@ with lib; with lib.${namespace}; { (mkSimpleApp "lutris" { persist = [ ".local/share/lutris" ]; }) + (mkSimpleApp "intellij" { + packages = [ jetbrains.idea-community ]; + persist = [ + ".config/JetBrains" + ".local/share/JetBrains" + ".cache/JetBrains" + ]; + }) ]; } -- cgit v1.2.3