2024-02-19 17:06:47 +01:00
|
|
|
{
|
2024-02-26 14:35:26 +01:00
|
|
|
config,
|
2024-08-25 20:17:14 +02:00
|
|
|
lib,
|
2024-02-19 17:06:47 +01:00
|
|
|
pkgs,
|
|
|
|
...
|
2024-02-29 00:29:56 +01:00
|
|
|
}: let
|
2024-07-15 23:18:25 +02:00
|
|
|
inherit (config.poz.other.system) username;
|
2024-08-25 20:17:14 +02:00
|
|
|
|
|
|
|
inherit (lib.attrsets) attrValues;
|
2024-02-29 00:29:56 +01:00
|
|
|
in {
|
|
|
|
home-manager.users.${username} = {
|
2024-08-25 20:17:14 +02:00
|
|
|
home.packages = attrValues {
|
|
|
|
inherit (pkgs)
|
|
|
|
keepassxc
|
|
|
|
eza
|
|
|
|
ripgrep
|
|
|
|
signal-desktop-beta
|
|
|
|
element-desktop
|
|
|
|
obs-studio
|
|
|
|
heroic
|
|
|
|
ungoogled-chromium
|
|
|
|
tor-browser-bundle-bin
|
|
|
|
mullvad-browser
|
|
|
|
thunderbird
|
|
|
|
gimp
|
|
|
|
easyeffects
|
|
|
|
libreoffice-fresh
|
|
|
|
prismlauncher
|
|
|
|
qbittorrent
|
|
|
|
zellij
|
|
|
|
caprine-bin
|
|
|
|
trash-cli
|
|
|
|
xdg-utils
|
|
|
|
pamixer
|
|
|
|
brightnessctl
|
|
|
|
dig
|
|
|
|
imv
|
|
|
|
pcmanfm
|
|
|
|
xdg-ninja
|
|
|
|
gnupg
|
|
|
|
age
|
|
|
|
rage
|
|
|
|
fd
|
|
|
|
udisks
|
|
|
|
ffmpeg_6-full
|
|
|
|
yt-dlp
|
|
|
|
filelight
|
|
|
|
asciinema
|
|
|
|
asciinema-agg
|
|
|
|
du-dust
|
|
|
|
appimage-run
|
|
|
|
file
|
|
|
|
fastfetch
|
|
|
|
uutils-coreutils
|
|
|
|
anki
|
|
|
|
alsa-utils
|
|
|
|
ezquake
|
|
|
|
imagemagick
|
|
|
|
psmisc
|
|
|
|
mesa-demos
|
|
|
|
#aseprite-unfree
|
|
|
|
jq
|
|
|
|
fq
|
|
|
|
progress
|
|
|
|
parallel
|
|
|
|
p7zip
|
|
|
|
xxd
|
|
|
|
mpc-cli
|
|
|
|
playerctl
|
|
|
|
xdg-user-dirs
|
|
|
|
lshw
|
|
|
|
tree
|
|
|
|
exiv2
|
|
|
|
krita
|
|
|
|
usbutils
|
|
|
|
kiwix
|
|
|
|
inkscape
|
|
|
|
gomuks
|
|
|
|
twitch-tui
|
|
|
|
ytfzf
|
|
|
|
mat2
|
|
|
|
simplex-chat-desktop
|
|
|
|
libsixel
|
|
|
|
lsix
|
|
|
|
qmk
|
|
|
|
enigma
|
|
|
|
superTuxKart
|
|
|
|
solaar
|
|
|
|
httpie
|
|
|
|
mangohud
|
|
|
|
nix-index
|
|
|
|
heaptrack
|
|
|
|
magic-wormhole
|
|
|
|
modemmanager
|
|
|
|
usb-modeswitch
|
|
|
|
usb-modeswitch-data
|
|
|
|
mobile-broadband-provider-info
|
|
|
|
modem-manager-gui
|
|
|
|
webcamoid
|
|
|
|
fswebcam
|
|
|
|
pciutils
|
|
|
|
rnote
|
|
|
|
inxi
|
|
|
|
pcsc-tools
|
|
|
|
libnfc
|
|
|
|
nix-tree
|
|
|
|
duf
|
|
|
|
bat
|
|
|
|
hw-probe
|
|
|
|
zed-editor
|
|
|
|
osu-lazer-bin
|
|
|
|
delta
|
|
|
|
scrcpy
|
|
|
|
godot_4
|
2024-09-14 18:10:35 +02:00
|
|
|
libnotify
|
2024-09-19 23:36:02 +02:00
|
|
|
radicle-node
|
2024-08-25 20:17:14 +02:00
|
|
|
;
|
|
|
|
inherit (pkgs.libsForQt5)
|
|
|
|
kdenlive
|
|
|
|
;
|
|
|
|
inherit (config.boot.kernelPackages)
|
|
|
|
cpupower
|
|
|
|
perf
|
|
|
|
;
|
|
|
|
};
|
2024-02-19 17:06:47 +01:00
|
|
|
};
|
|
|
|
}
|