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 = {
backlight = [
{
name = "eDP-2";
name = "eDP";
path = "/sys/class/backlight/nvidia_0";
capturer = "wayland";
}
{
name = "DP-1";
name = "DP";
path = "/sys/class/backlight/ddcci13";
capturer = "wayland";
}

View file

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