Added PulseAudio to configuration
This commit is contained in:
parent
981c923c06
commit
ba38668454
3 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,6 @@
|
|||
neofetch
|
||||
parsec-bin
|
||||
platformio-core
|
||||
pulseaudio
|
||||
python3
|
||||
python311Packages.joblib
|
||||
python311Packages.numpy
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@
|
|||
services.xserver.displayManager.sddm.enable = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
services.acpid.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -77,6 +77,8 @@
|
|||
services.tailscale.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue