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:
floppydiskette 2023-08-25 14:33:15 +01:00
parent 5df643d333
commit f702526f8b
No known key found for this signature in database
3 changed files with 33 additions and 12 deletions

View file

@ -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

View file

@ -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" ];
@ -170,7 +175,7 @@
};
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
programs.zsh.enable = true;

View file

@ -130,20 +130,25 @@
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"];
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
];
@ -154,7 +159,7 @@
};
xdg.portal.enable = true;
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
programs.zsh.enable = true;