modularized the config

This commit is contained in:
Rouven Seifert 2022-12-19 19:30:32 +01:00
parent fa032ceaca
commit 7e3ab85170
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 375 additions and 355 deletions

View file

@ -0,0 +1,67 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
# essentials
alacritty
networkmanagerapplet
pcmanfm
xsel
lightlocker
vlc
# graphics
lxappearance
feh
flameshot
picom
okular
gimp
# editing
fzf
powerline-fonts
# sound
pavucontrol
# bluetooth
blueman
# internet
thunderbird
discord
google-chrome
nextcloud-client
zoom-us
# messaging
tdesktop
element-desktop
whatsapp-for-linux
# games
minecraft
superTuxKart
extremetuxracer
wine
# yubikey and password stuff
yubikey-manager
yubikey-manager-qt
yubioath-desktop
pass
# misc
fzf
neofetch
trash-cli
spotify
nixpkgs-fmt
virt-manager
# libs
libyubikey
libfido2
];
}