mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 09:58:29 +02:00
modularized the config
This commit is contained in:
parent
fa032ceaca
commit
7e3ab85170
10 changed files with 375 additions and 355 deletions
67
users/rouven/modules/packages.nix
Normal file
67
users/rouven/modules/packages.nix
Normal 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
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue