niksos/hosts/del/programs.nix

118 lines
2.5 KiB
Nix
Raw Normal View History

2024-02-19 17:06:47 +01:00
{
2024-02-26 14:35:26 +01:00
config,
2024-02-19 17:06:47 +01:00
pkgs,
...
}: let
2024-07-15 23:18:25 +02:00
inherit (config.poz.other.system) username;
in {
home-manager.users.${username} = {
2024-08-25 19:35:44 +02:00
home.packages = with pkgs; [
2024-02-19 17:06:47 +01:00
keepassxc
eza
ripgrep
signal-desktop-beta
element-desktop
2024-02-19 17:06:47 +01:00
obs-studio
heroic
ungoogled-chromium
tor-browser-bundle-bin
mullvad-browser
thunderbird
gimp
easyeffects
libreoffice-fresh
prismlauncher
qbittorrent
zellij
caprine-bin
libsForQt5.kdenlive
trash-cli
xdg-utils
pamixer
brightnessctl
dig
2024-08-05 19:00:16 +02:00
imv
2024-02-19 17:06:47 +01:00
pcmanfm
xdg-ninja
gnupg
age
rage
fd
udisks
ffmpeg_6-full
yt-dlp
filelight
asciinema
asciinema-agg
du-dust
appimage-run
file
2024-02-25 18:18:29 +01:00
fastfetch
2024-02-19 17:06:47 +01:00
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
2024-02-26 14:31:24 +01:00
config.boot.kernelPackages.cpupower
config.boot.kernelPackages.perf
2024-02-19 17:06:47 +01:00
usbutils
kiwix
inkscape
gomuks
twitch-tui
ytfzf
mat2
simplex-chat-desktop
libsixel
lsix
qmk
enigma
superTuxKart
solaar
httpie
mangohud
nix-index
xdg-ninja
heaptrack
2024-05-26 17:12:44 +02:00
magic-wormhole
2024-02-19 17:06:47 +01:00
modemmanager
usb-modeswitch
usb-modeswitch-data
mobile-broadband-provider-info
2024-02-19 17:06:47 +01:00
modem-manager-gui
webcamoid
fswebcam
pciutils
2024-02-21 19:03:17 +01:00
rnote
inxi
pcsc-tools
libnfc
2024-02-29 00:32:56 +01:00
nix-tree
2024-03-07 21:50:16 +01:00
duf
2024-03-11 00:52:23 +01:00
bat
2024-04-18 17:35:54 +02:00
hw-probe
2024-04-25 20:19:02 +02:00
zed-editor
osu-lazer-bin
2024-05-05 18:51:52 +02:00
delta
2024-05-08 00:01:38 +02:00
scrcpy
2024-07-10 23:21:41 +02:00
godot_4
2024-02-19 17:06:47 +01:00
];
};
}