feat: integrate system config

This commit is contained in:
2023-12-23 00:34:40 +01:00
parent f082d6eb65
commit 044e96eda4
140 changed files with 638 additions and 229 deletions

View File

@@ -0,0 +1,8 @@
{pkgs}:
pkgs.jetbrains.idea-ultimate.overrideAttrs (prev: {
version = "233.11799.67";
src = builtins.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-233.11799.67.tar.gz";
sha256 = "374153baecd8a633fef3fe75fb5fe47e57f3d136e9873f7bd7ce1166f942559e";
};
})