switch to pulseaudio? kms, user

This commit is contained in:
Tao Tien 2025-05-22 17:46:26 -07:00
parent 4a94982184
commit 2202a9e279
2 changed files with 203 additions and 194 deletions

View file

@ -15,9 +15,18 @@
services.xserver.enable = false;
services.desktopManager.plasma6.enable = false;
hardware.raspberry-pi."4" = {
services.pipewire.enable = false;
services.pulseaudio.enable = true;
config.hardware.raspberry-pi."4" = {
bluetooth.enable = true;
audio.enable = true;
fkms-3d.enable = true;
};
users.users.tao = {
isNormalUser = true;
hashedPasswordFile = config.age.secrets.password-tao.path;
extraGroups = ["audio" "video" "wheel" "libvirtd" "dialout" "game"];
shell = pkgs.nushell;
};
boot.loader.systemd-boot.enable = false;