Update packages
Hosts (nixbox, nixpad): + hyprpaper + rofi + wlogout + swaynotificationcenter + swaylock + sway + swayidle + helvum - dunst - rofi-wayland - swww Homes (floppydisk): + vifm + cloudflared + ansible + just + pwgen + grafx2 + libreoffice-bin + figma-linux Updated discord pagkage to include OpenASAR and Vencord
This commit is contained in:
parent
5df643d333
commit
f702526f8b
3 changed files with 33 additions and 12 deletions
|
@ -52,6 +52,13 @@
|
|||
libresprite
|
||||
qbittorrent
|
||||
wine
|
||||
vifm
|
||||
cloudflared
|
||||
ansible
|
||||
just
|
||||
pwgen
|
||||
grafx2
|
||||
libreoffice-bin
|
||||
|
||||
# Fetch
|
||||
neofetch
|
||||
|
@ -80,6 +87,7 @@
|
|||
ngrok
|
||||
mycli
|
||||
squirrel-sql
|
||||
figma-linux
|
||||
|
||||
# Langs
|
||||
openscad
|
||||
|
@ -103,7 +111,10 @@
|
|||
# Comms
|
||||
nheko
|
||||
element-desktop
|
||||
discord
|
||||
(discord.override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
caprine-bin
|
||||
teamspeak5_client
|
||||
|
||||
|
|
|
@ -148,15 +148,20 @@
|
|||
jetbrains-mono
|
||||
|
||||
# other shit
|
||||
dunst
|
||||
libnotify
|
||||
swww
|
||||
rofi-wayland
|
||||
hyprpaper
|
||||
networkmanagerapplet
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
font-awesome
|
||||
rofi
|
||||
wlogout
|
||||
swaynotificationcenter
|
||||
swaylock
|
||||
sway
|
||||
swayidle
|
||||
helvum
|
||||
(
|
||||
waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
|
|
|
@ -130,17 +130,22 @@
|
|||
nerdfonts
|
||||
jetbrains-mono
|
||||
|
||||
#other crap
|
||||
dunst
|
||||
# other shit
|
||||
#dunst
|
||||
libnotify
|
||||
swww
|
||||
rofi-wayland
|
||||
hyprpaper
|
||||
networkmanagerapplet
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
font-awesome
|
||||
dunst
|
||||
rofi
|
||||
wlogout
|
||||
swaynotificationcenter
|
||||
swaylock
|
||||
sway
|
||||
swayidle
|
||||
helvum
|
||||
(
|
||||
waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
|
|
Loading…
Reference in a new issue