Cleanup, added more radio items, tweaks to displaylink

This commit is contained in:
2025-09-02 22:38:25 -07:00
parent 56c18519b3
commit 93ac73b583
7 changed files with 27 additions and 18 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
];
}