sway: allow setting both internal and external monitors

This commit is contained in:
Leonardo Eugênio 2026-06-20 02:46:58 -03:00
parent be3ef81253
commit 621603d0da
7 changed files with 109 additions and 3 deletions

View file

@ -25,6 +25,9 @@ in
# Enable the X11 windowing system.
services.xserver.enable = false;
# Enable external monitor configuration (brightness)
hardware.i2c.enable = true;
# enable sway window manager
programs.sway = {
enable = true;