Switch to the backlight controller brillo

This commit is contained in:
SebastianStork 2024-04-02 22:36:14 +02:00
parent f6ce8165b6
commit fb9ecf85a0
3 changed files with 12 additions and 5 deletions

View file

@ -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;