nixos-config/users/rouven/modules/packages.nix
Rouven Seifert 8f8ba0d250
configured networks
vpn isn't configured yet, for cable I don't know
2022-12-29 15:05:26 +01:00

66 lines
835 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
# essentials
pcmanfm
xsel
lightlocker
vlc
# graphics
feh
flameshot #TODO configure it in nix
picom
okular
gimp
# editing
fzf
powerline-fonts
gh # github cli tool
# sound
pavucontrol
# bluetooth
blueman
# internet
thunderbird # TODO configure
discord
google-chrome
nextcloud-client
# messaging
tdesktop
element-desktop
whatsapp-for-linux
# games
minecraft
superTuxKart
extremetuxracer
# yubikey and password stuff
yubikey-manager
yubikey-manager-qt
yubioath-desktop
pass
# misc
fzf
neofetch
trash-cli
spotify
nixpkgs-fmt
virt-manager
remmina
# libs
libyubikey
libfido2
];
}