switch to pulseaudio? kms, user
This commit is contained in:
parent
4a94982184
commit
2202a9e279
2 changed files with 203 additions and 194 deletions
|
|
@ -15,9 +15,18 @@
|
||||||
services.xserver.enable = false;
|
services.xserver.enable = false;
|
||||||
services.desktopManager.plasma6.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;
|
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;
|
boot.loader.systemd-boot.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue