intellij add
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
idea20243 = pkgs.jetbrains.idea-ultimate.overrideAttrs (oldAttrs: {
|
||||
version = "2024.3.7";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://download-cdn.jetbrains.com/idea/ideaIU-2024.3.7.tar.gz";
|
||||
sha256 = "a4f56005349d0804b067836021b9b40cca235cdbd9348af0df11772aac8a5caa";
|
||||
};
|
||||
});
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
# ./example.nix - add your modules here
|
||||
@@ -7,6 +15,7 @@
|
||||
|
||||
# home-manager options go here
|
||||
home.packages = [
|
||||
idea20243
|
||||
# pkgs.vscode - hydenix's vscode version
|
||||
# pkgs.userPkgs.vscode - your personal nixpkgs version
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user