mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
add intellij, add discord
This commit is contained in:
7
packages/intellij.nix
Normal file
7
packages/intellij.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, version, build }: pkgs.jetbrains.idea-ultimate.overrideAttrs(prev: {
|
||||
version = "${version}";
|
||||
build_number = "${build}";
|
||||
src = builtins.fetchurl {
|
||||
url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user