mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Enable widgets on per host basis
This commit is contained in:
parent
af5e9e85d7
commit
7e59fd1426
4 changed files with 54 additions and 16 deletions
11
users/seb/@dell-laptop.nix
Normal file
11
users/seb/@dell-laptop.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
imports = [./default.nix];
|
||||
|
||||
home-manager.users.seb.myConfig.de.widget = {
|
||||
backlight = {
|
||||
enable = true;
|
||||
device = "amdgpu_bl1";
|
||||
};
|
||||
battery.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue