From ad78ef6129b918582034f1a0f0933fe8f3dc532f Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 00:37:44 -0400 Subject: modularize audio --- configuration.nix | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index f9a27cf..e2f7cc3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,6 +5,7 @@ ./lockscreen.nix ./x11.nix ./hjem.nix +./audio.nix ]; # Bootloader. @@ -92,34 +93,6 @@ # programs here, NOT in environment.systemPackages ]; - services.pipewire = { - enable = true; - audio.enable = true; - pulse.enable = true; - alsa.enable = true; - }; - - services.pipewire.wireplumber.enable = true; - hardware = { - graphics = { - enable = true; - }; - }; - -# services.mpd = { -# enable = true; -# musicDirectory = "${config.home.homeDirectory}/Music"; -# playlistDirectory = "${config.home.homeDirectory}/.playlists"; -# # mixer_type "none" # maybe mess around with this some time, it will turn off volume in rmpc, but apparently it will make the sound more quality for music -# extraConfig = '' -# auto_update "yes" -# audio_output { -# type "pulse" -# name "PipeWire Output" -# } -# ''; -# }; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. -- cgit v1.3.1