cleaning by inlining tiny files

This commit is contained in:
xunuwu 2025-04-17 13:36:47 +02:00
parent c046eadcea
commit 2928310925
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
42 changed files with 75 additions and 313 deletions

View file

@ -1,3 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [android-studio];
}

View file

@ -1,13 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
(symlinkJoin {
name = "idea-ultimate";
paths = [jetbrains.idea-ultimate];
buildInputs = [makeWrapper];
postBuild = ''
wrapProgram $out/bin/idea-ultimate \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [libGL]}"
'';
})
];
}

View file

@ -1,3 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs.jetbrains; [rider];
}

View file

@ -1,5 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
vscodium
];
}