add intellij idea
This commit is contained in:
parent
e764d6eb4e
commit
c4fa713749
3 changed files with 5 additions and 0 deletions
3
home/profiles/editors/jetbrains/idea.nix
Normal file
3
home/profiles/editors/jetbrains/idea.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [jetbrains.idea-ultimate];
|
||||
}
|
|
@ -29,6 +29,7 @@
|
|||
editors.nvim
|
||||
editors.vscodium
|
||||
editors.jetbrains.rider
|
||||
editors.jetbrains.idea
|
||||
editors.jetbrains.android-studio
|
||||
|
||||
programs.browsers.firefox.default
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
"discord-ptb"
|
||||
"obsidian"
|
||||
"rider"
|
||||
"idea-ultimate"
|
||||
"android-studio-stable"
|
||||
];
|
||||
android_sdk.accept_license = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue