diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-12-30 23:10:14 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-12-30 23:10:14 -0800 |
| commit | d978faa4f7aecbde4b5d39e0777a0d72ca385763 (patch) | |
| tree | 3e65e5190c07cee584e055ded0b662d280e3c485 /modules/home/apps/default.nix | |
| parent | 4884360964f6bac7e4811c22cbbb43f3bfc77a9a (diff) | |
flake: update
Diffstat (limited to 'modules/home/apps/default.nix')
| -rw-r--r-- | modules/home/apps/default.nix | 2 |
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" |