feat: Enable wluma for Tytonidae
This commit is contained in:
parent
e008184451
commit
4ea5cbd9b7
2 changed files with 6 additions and 6 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue