feat: Enable wluma for Tytonidae

This commit is contained in:
ulic-youthlic 2026-01-14 14:21:45 +08:00
parent e008184451
commit 4ea5cbd9b7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 6 additions and 6 deletions

View file

@ -10,12 +10,12 @@ in {
output = { output = {
backlight = [ backlight = [
{ {
name = "eDP-2"; name = "eDP";
path = "/sys/class/backlight/nvidia_0"; path = "/sys/class/backlight/nvidia_0";
capturer = "wayland"; capturer = "wayland";
} }
{ {
name = "DP-1"; name = "DP";
path = "/sys/class/backlight/ddcci13"; path = "/sys/class/backlight/ddcci13";
capturer = "wayland"; capturer = "wayland";
} }

View file

@ -71,10 +71,10 @@ in {
# enable = true; # enable = true;
# inherit (cfg.waybar) settings; # inherit (cfg.waybar) settings;
# }; # };
# wluma = { wluma = {
# enable = true; enable = true;
# inherit (cfg.wluma) extraSettings; inherit (cfg.wluma) extraSettings;
# }; };
# swaync.enable = true; # swaync.enable = true;
# swaylock.enable = true; # swaylock.enable = true;
# waypaper.enable = true; # waypaper.enable = true;