mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
use more of hypr tools
This commit is contained in:
parent
1754c2cb69
commit
e3e37a87ac
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue