aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/apps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/apps/default.nix b/modules/home/apps/default.nix
index 09aa1ce..9dfe193 100644
--- a/modules/home/apps/default.nix
+++ b/modules/home/apps/default.nix
@@ -8,7 +8,7 @@ with lib; with lib.${namespace}; {
(mkSimpleApp "irssi" { persist = [ ".irssi" ]; })
(mkSimpleApp "intellij" {
- packages = [ jetbrains.idea-community ];
+ packages = [ jetbrains.idea-oss ];
persist = [
".config/JetBrains"
".local/share/JetBrains"