WLUMA: was peaking out cpu usgage via dbus?!?
This commit is contained in:
parent
df6139c3bc
commit
f79aa0d5d6
2 changed files with 0 additions and 32 deletions
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./virt.nix
|
||||
./wluma.nix
|
||||
];
|
||||
|
||||
programs.appimage.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
hardware.sensor.iio.enable = true; # brightness sensor
|
||||
home-manager.users.jsw.services.wluma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
als.iio = {
|
||||
path = "/sys/bus/iio/devices";
|
||||
thresholds = {
|
||||
"0" = "night";
|
||||
"10" = "dark";
|
||||
"100" = "normal";
|
||||
"20" = "dim";
|
||||
"200" = "bright";
|
||||
"500" = "outdoors";
|
||||
};
|
||||
};
|
||||
output.backlight = [
|
||||
{
|
||||
capturer = "none";
|
||||
name = "eDP-1";
|
||||
path = "/sys/class/backlight/amdgpu_bl1";
|
||||
}
|
||||
{
|
||||
capturer = "none";
|
||||
name = "keyboard";
|
||||
path = "/sys/bus/platform/devices/cros-keyboard-leds.5.auto/leds/chromeos::kbd_backlight";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue