niksos/hosts/hape/programs.nix

73 lines
1.5 KiB
Nix
Raw Normal View History

2024-07-15 23:18:25 +02:00
{
config,
pkgs,
...
}: let
2024-08-06 17:52:50 +02:00
inherit (config.poz.other.system) username;
2024-07-15 23:18:25 +02:00
in {
home-manager.users.${username} = {
2024-08-25 19:35:44 +02:00
home.packages = with pkgs; [
2024-07-15 23:18:25 +02:00
keepassxc
eza
ripgrep
signal-desktop-beta
2024-08-06 18:26:44 +02:00
element-desktop
2024-07-15 23:18:25 +02:00
obs-studio
heroic
ungoogled-chromium
tor-browser-bundle-bin
mullvad-browser
thunderbird
gimp
easyeffects
libreoffice-fresh
qbittorrent
zellij
unzip
caprine-bin
trash-cli
networkmanagerapplet
xdg-utils
pamixer
brightnessctl
dig
2024-08-05 19:00:16 +02:00
imv
2024-07-15 23:18:25 +02:00
pcmanfm
xdg-ninja
gnupg
age
rage
fd
udisks
2024-08-06 18:26:44 +02:00
ffmpeg_6-full
2024-07-15 23:18:25 +02:00
yt-dlp
filelight
asciinema
asciinema-agg
du-dust
appimage-run
file
2024-08-06 18:26:44 +02:00
fastfetch
magic-wormhole
config.boot.kernelPackages.cpupower
config.boot.kernelPackages.perf
2024-07-15 23:18:25 +02:00
alsa-utils
imagemagick
psmisc
mesa-demos
jq
fq
progress
parallel
p7zip
xxd
mpc-cli
playerctl
xdg-user-dirs
lshw
tree
exiv2
];
};
}