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
|
pinentry
|
||||||
kitty
|
kitty
|
||||||
ntfs3g
|
ntfs3g
|
||||||
|
pulseaudioFull
|
||||||
|
linuxKernel.packages.linux_zen.v4l2loopback
|
||||||
|
pciutils
|
||||||
|
usbutils
|
||||||
|
isoimagewriter
|
||||||
|
nvtop
|
||||||
|
screen
|
||||||
|
pavucontrol
|
||||||
|
paprefs
|
||||||
|
gcc
|
||||||
|
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
nerdfonts
|
nerdfonts
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|
||||||
#other crap
|
#other crap
|
||||||
rofi
|
dunst
|
||||||
|
libnotify
|
||||||
|
swww
|
||||||
|
rofi-wayland
|
||||||
|
networkmanagerapplet
|
||||||
|
grim
|
||||||
|
slurp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
font-awesome
|
||||||
dunst
|
dunst
|
||||||
(
|
(
|
||||||
pkgs.waybar.overrideAttrs (oldAttrs: {
|
waybar.overrideAttrs (oldAttrs: {
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
|
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue