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 = {
|
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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue