nixos-config/home/modules/home-pkgs.nix
2024-03-17 18:13:26 +01:00

72 lines
703 B
Nix

{
config,
inputs,
pkgs,
...
}: {
home.packages = with pkgs; [
neofetch
uwufetch
btop
iftop
ranger
obsidian
moodle-dl
brightnessctl
pavucontrol
bitwarden
bitwarden-cli
sway-contrib.grimshot
libnotify
strace
ltrace
nodejs
hoppscotch
nerdfonts
ipafont
vivaldi
vivaldi-ffmpeg-codecs
signal-desktop
vesktop
discord
telegram-desktop
webex
element-desktop
qbittorrent
nicotine-plus
via
qmk
qmk-udev-rules
neovide
ripgrep
yubioath-flutter
steam
protonup-qt
spotify
sayonara
mpv
feishin
nixos-icons
swww
];
}