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/nixpad | |
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/nixpad')
-rw-r--r-- | hosts/nixpad/configuration.nix | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix index 86146cd..5876618 100644 --- a/hosts/nixpad/configuration.nix +++ b/hosts/nixpad/configuration.nix @@ -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; |