mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
11 lines
226 B
Nix
11 lines
226 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
|
|
home-manager.users.seb.myConfig.de.widget = {
|
|
backlight = {
|
|
enable = true;
|
|
device = "amdgpu_bl1";
|
|
};
|
|
battery.enable = true;
|
|
};
|
|
}
|