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
|
libresprite
|
||||||
qbittorrent
|
qbittorrent
|
||||||
wine
|
wine
|
||||||
|
vifm
|
||||||
|
cloudflared
|
||||||
|
ansible
|
||||||
|
just
|
||||||
|
pwgen
|
||||||
|
grafx2
|
||||||
|
libreoffice-bin
|
||||||
|
|
||||||
# Fetch
|
# Fetch
|
||||||
neofetch
|
neofetch
|
||||||
|
@ -80,6 +87,7 @@
|
||||||
ngrok
|
ngrok
|
||||||
mycli
|
mycli
|
||||||
squirrel-sql
|
squirrel-sql
|
||||||
|
figma-linux
|
||||||
|
|
||||||
# Langs
|
# Langs
|
||||||
openscad
|
openscad
|
||||||
|
@ -103,7 +111,10 @@
|
||||||
# Comms
|
# Comms
|
||||||
nheko
|
nheko
|
||||||
element-desktop
|
element-desktop
|
||||||
discord
|
(discord.override {
|
||||||
|
withOpenASAR = true;
|
||||||
|
withVencord = true;
|
||||||
|
})
|
||||||
caprine-bin
|
caprine-bin
|
||||||
teamspeak5_client
|
teamspeak5_client
|
||||||
|
|
||||||
|
|
|
@ -148,15 +148,20 @@
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|
||||||
# other shit
|
# other shit
|
||||||
dunst
|
|
||||||
libnotify
|
libnotify
|
||||||
swww
|
hyprpaper
|
||||||
rofi-wayland
|
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
font-awesome
|
font-awesome
|
||||||
|
rofi
|
||||||
|
wlogout
|
||||||
|
swaynotificationcenter
|
||||||
|
swaylock
|
||||||
|
sway
|
||||||
|
swayidle
|
||||||
|
helvum
|
||||||
(
|
(
|
||||||
waybar.overrideAttrs (oldAttrs: {
|
waybar.overrideAttrs (oldAttrs: {
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
|
|
|
@ -130,17 +130,22 @@
|
||||||
nerdfonts
|
nerdfonts
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|
||||||
#other crap
|
# other shit
|
||||||
dunst
|
#dunst
|
||||||
libnotify
|
libnotify
|
||||||
swww
|
hyprpaper
|
||||||
rofi-wayland
|
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
font-awesome
|
font-awesome
|
||||||
dunst
|
rofi
|
||||||
|
wlogout
|
||||||
|
swaynotificationcenter
|
||||||
|
swaylock
|
||||||
|
sway
|
||||||
|
swayidle
|
||||||
|
helvum
|
||||||
(
|
(
|
||||||
waybar.overrideAttrs (oldAttrs: {
|
waybar.overrideAttrs (oldAttrs: {
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
|
|
Loading…
Reference in a new issue