mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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;
|
programs.hyprland.package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||||
# Optional, hint electron apps to use wayland:
|
# Optional, hint electron apps to use wayland:
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
wlr-randr
|
||||||
|
kanshi
|
||||||
|
|
||||||
swaylock
|
swaylock
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue