feat: reorganized misc home manager files

This commit is contained in:
Nick 2024-11-03 17:50:29 -06:00
parent 4909d02264
commit 669316009c
19 changed files with 43 additions and 133 deletions

View file

@ -29,9 +29,10 @@
wezterm wezterm
wget wget
wine wine
xdg-utils
xdotool xdotool
zip
yt-dlp yt-dlp
zip
; ;
}; };
} }

View file

@ -0,0 +1,22 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
# KDE Packages
kolourpaint
okular
partitionmanager
;
inherit
(pkgs)
bulky
flameshot
gnome-calculator
gnome-disk-utility
gnome-software
gparted
usbimager
;
};
}

View file

@ -2,7 +2,10 @@
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
feishin
prismlauncher prismlauncher
spotify
vlc
; ;
}; };
} }

View file

@ -1,12 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
celeste
bulky
flameshot
gparted
usbimager
;
};
}

View file

@ -1,15 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
evince
file-roller
gnome-calculator
gnome-characters
gnome-disk-utility
gnome-software
gnome-system-monitor
nautilus
;
};
}

View file

@ -1,12 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
brave
firefox
tdesktop
teams-for-linux
whatsapp-for-linux
;
};
}

View file

@ -2,12 +2,18 @@
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
# Messaging
discord discord
element-desktop element-desktop
openvpn
signal-desktop signal-desktop
vesktop vesktop
xdg-utils # Privacy
bitwarden
ledger-live-desktop
openvpn
tor-browser
; ;
}; };
} }

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
okular
partitionmanager
kolourpaint
;
};
}

View file

@ -1,16 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
beets
flameshot
celluloid
feishin
nomacs
mpv
open-dyslexic
spotify
vlc
;
};
}

View file

@ -1,12 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
bitwarden
ledger-live-desktop
protonvpn-gui
protonvpn-cli
tor-browser
;
};
}

View file

@ -1,15 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
blender
darktable
gimp
opentabletdriver
;
inherit
(pkgs.sweethome3d)
application
;
};
}

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.nodePackages_latest)
dotenv-cli
forever
nodejs
;
};
}

View file

@ -1,14 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
droidcam
deskreen
shotcut
# syncplay # group streaming thingie
# yt-dlp # dependency for syncplay
;
};
}

View file

@ -2,8 +2,8 @@
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
reaper
ardour ardour
reaper
yabridge yabridge
; ;
}; };

View file

@ -2,7 +2,8 @@
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
wpsoffice shotcut
syncplay
; ;
}; };
} }

View file

@ -2,12 +2,15 @@
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
# Mp3
kid3 kid3
mp3gain mp3gain
nicotine-plus
puddletag puddletag
# Tracking
nicotine-plus
soulseekqt soulseekqt
yt-dlp
; ;
}; };
} }

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
desktop-file-utils
exiftool
mediainfo
;
};
}