Add crap to nixpad
This commit is contained in:
parent
70b4e94262
commit
2b778b2ec4
1 changed files with 20 additions and 2 deletions
|
@ -120,17 +120,35 @@
|
|||
pinentry
|
||||
kitty
|
||||
ntfs3g
|
||||
pulseaudioFull
|
||||
linuxKernel.packages.linux_zen.v4l2loopback
|
||||
pciutils
|
||||
usbutils
|
||||
isoimagewriter
|
||||
nvtop
|
||||
screen
|
||||
pavucontrol
|
||||
paprefs
|
||||
gcc
|
||||
|
||||
|
||||
# Fonts
|
||||
nerdfonts
|
||||
jetbrains-mono
|
||||
|
||||
#other crap
|
||||
rofi
|
||||
dunst
|
||||
libnotify
|
||||
swww
|
||||
rofi-wayland
|
||||
networkmanagerapplet
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
font-awesome
|
||||
dunst
|
||||
(
|
||||
pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue