refactor(nix configuration): move pulseaudio disable configuration to services section

This commit is contained in:
Giulio De Pasquale 2025-07-26 12:40:35 +01:00
parent e36dc1b531
commit e9c7c71356

View File

@ -47,10 +47,6 @@ in
environment.systemPackages = with pkgs.unstablePkgs; [ gamemode heroic ];
hardware = {
pulseaudio.enable = false;
};
systemd.services.NetworkManager-wait-online.enable = pkgs.lib.mkForce false;
programs.steam = {
enable = true;
@ -79,6 +75,7 @@ in
};
services = {
pulseaudio.enable = false;
sunshine = {
enable = true;
autoStart = true;