15 lines
281 B
Nix
15 lines
281 B
Nix
{...}: {
|
|
david.programs.niri = {
|
|
wluma.extraSettings = {
|
|
output = {
|
|
backlight = [
|
|
{
|
|
name = "eDP-1";
|
|
path = "/sys/class/backlight/intel_backlight";
|
|
capturer = "wayland";
|
|
}
|
|
];
|
|
};
|
|
};
|
|
};
|
|
}
|