Add audio and screen brightness controls

This commit is contained in:
2022-03-10 12:26:52 +00:00
parent 3c3ab215e5
commit 8be5bbeab8
4 changed files with 15 additions and 3 deletions

View File

@@ -34,8 +34,8 @@
# Enable sound.
services.pipewire = {
enable = true;
pulse.enable = true;
enable = true;
pulse.enable = true;
};
hardware.opengl.driSupport32Bit = true;
@@ -50,7 +50,7 @@
isNormalUser = true;
home = "/home/daniel";
initialPassword = "password";
extraGroups = [ "wheel" "networkmanager" "docker" ];
extraGroups = [ "wheel" "networkmanager" "docker" "video" ];
shell = pkgs.zsh;
};