añade suporte para xbacklight
This commit is contained in:
parent
635904d3d3
commit
1251450519
|
@ -35,6 +35,8 @@
|
|||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
hardware.acpilight.enable = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
|
@ -44,7 +46,7 @@
|
|||
uid = 1002; # nunca cambiar mi ID de usuario
|
||||
group = "fabian";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "users" "wheel" "networkmanager" "dialout" "libvirtd" ];
|
||||
extraGroups = [ "users" "wheel" "networkmanager" "dialout" "libvirtd" "video" ];
|
||||
};
|
||||
groups.fabian.gid = 1002;
|
||||
};
|
||||
|
@ -73,7 +75,6 @@
|
|||
|
||||
system.stateVersion = "21.11"; # No tocar esto
|
||||
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue