module(wluma): Refactor wluma module
This commit is contained in:
parent
34b35719e8
commit
deac0d0d8f
7 changed files with 98 additions and 49 deletions
|
|
@ -2,6 +2,17 @@
|
|||
inherit (inputs.niri-flake.lib.kdl) node leaf flag;
|
||||
in {
|
||||
david.programs.niri = {
|
||||
wluma.extraSettings = {
|
||||
output = {
|
||||
backlight = [
|
||||
{
|
||||
name = "eDP-1";
|
||||
path = "/sys/class/backlight/intel_backlight";
|
||||
capturer = "wayland";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
extraConfig = let
|
||||
output = node "output";
|
||||
in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue