mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Switch to the backlight controller brillo
This commit is contained in:
parent
f6ce8165b6
commit
fb9ecf85a0
3 changed files with 12 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
isNormalUser = true;
|
||||
description = "Sebastian Stork";
|
||||
hashedPasswordFile = config.sops.secrets."password/seb".path;
|
||||
extraGroups = ["wheel" "networkmanager" "libvirtd"];
|
||||
extraGroups = ["wheel" "networkmanager" "libvirtd" "video"];
|
||||
};
|
||||
|
||||
home-manager.users.seb = ./home.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue