From ba386684544e604dfeeb97843dee8e0c5bd8aecd Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 9 May 2024 10:29:28 +0200 Subject: [PATCH] Added PulseAudio to configuration --- home-manager/apps.nix | 1 - machines/luna/configuration.nix | 2 ++ machines/terra/configuration.nix | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/apps.nix b/home-manager/apps.nix index dd7857b..8c2732c 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -44,7 +44,6 @@ neofetch parsec-bin platformio-core - pulseaudio python3 python311Packages.joblib python311Packages.numpy diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index b83097e..d9cec33 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -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; diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index 660c2d9..8335be2 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -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;