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; [devenv];
}

View file

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

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
];
}

View file

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

View file

@ -1,9 +0,0 @@
{
self,
pkgs,
...
}: {
home.packages = [
self.packages.${pkgs.system}.krunker
];
}

View file

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

View file

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

View file

@ -1,10 +0,0 @@
{
inputs,
pkgs,
...
}: {
# i have sober installed imperatively through flatpak
home.packages = [
inputs.sobercookie.packages.${pkgs.system}.default
];
}

View file

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

View file

@ -1,6 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
jellyfin-media-player
feishin
];
}

View file

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

View file

@ -1,3 +0,0 @@
{pkgs, ...}: {
home.packages = [pkgs.bitwarden-desktop];
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +0,0 @@
{
services.udiskie.enable = true;
}

View file

@ -1,3 +0,0 @@
{
programs.lazygit.enable = true;
}

View file

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

View file

@ -1,3 +0,0 @@
{
programs.zoxide.enable = true;
}

View file

@ -1,5 +0,0 @@
{
programs.starship = {
enable = true;
};
}