diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-25 14:33:15 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-25 14:33:45 +0100 |
commit | f702526f8b964998e72598a00fb3a6d155004499 (patch) | |
tree | c1f140d5b0729d474ece3871a0108b0661b94451 /hosts/nixbox | |
parent | 5df643d333561e67c8700b258d9a4e66e120eaec (diff) |
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
Diffstat (limited to 'hosts/nixbox')
-rw-r--r-- | hosts/nixbox/configuration.nix | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index 56b77c9..81213f9 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -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; |