cleaning by inlining tiny files
This commit is contained in:
parent
c046eadcea
commit
2928310925
42 changed files with 75 additions and 313 deletions
|
@ -1,3 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [android-studio];
|
||||
}
|
|
@ -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]}"
|
||||
'';
|
||||
})
|
||||
];
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs.jetbrains; [rider];
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
vscodium
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue