use more of hypr tools

This commit is contained in:
Daylin Morgan 2024-03-24 14:26:30 -05:00
parent 1754c2cb69
commit e3e37a87ac
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -20,11 +20,9 @@ in
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
swayidle
wlr-randr wlr-randr
kanshi kanshi
lock
brightnessctl brightnessctl
udiskie udiskie
eww eww
@ -35,12 +33,17 @@ in
# utils # utils
grimblast grimblast
ksnip
wl-clipboard wl-clipboard
rofi-wayland rofi-wayland
pavucontrol pavucontrol
catppuccin-cursors.mochaDark catppuccin-cursors.mochaDark
hyprpaper
#hypr ecosystem
hyprlock
hypridle
swww swww
]; ];