mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add monitor handling utils
This commit is contained in:
parent
1f97bad82a
commit
1e72a00172
1 changed files with 4 additions and 0 deletions
|
@ -13,7 +13,11 @@ in {
|
|||
programs.hyprland.package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||
# Optional, hint electron apps to use wayland:
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlr-randr
|
||||
kanshi
|
||||
|
||||
swaylock
|
||||
brightnessctl
|
||||
|
||||
|
|
Loading…
Reference in a new issue