Tweaked waybar config for a prettier setup, added hyprpaper and black default background, improved nus/nrs

This commit is contained in:
2025-07-14 21:49:21 -07:00
parent 56c18519b3
commit 7df748762a
9 changed files with 203 additions and 75 deletions

View File

@@ -23,30 +23,27 @@
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
programs.hyprlock.enable = true;
programs.waybar.enable = true;
services.hypridle.enable = true;
environment.systemPackages = with pkgs; [
waybar
dunst
libnotify
rofi-wayland
nwg-look
nwg-displays
slurp
grim
arandr
wl-clipboard
wlogout
dunst
flameshot
wofi
swayimg
grim
hyprpaper
hyprpicker
kanshi
libnotify
mako
(pkgs.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
}))
nwg-displays
nwg-look
rofi-wayland
slurp
swayimg
wl-clipboard
wlogout
wofi
];
}