diff --git a/profiles/personal/configuration.nix b/profiles/personal/configuration.nix index 3c0b8fe..a30ef5f 100644 --- a/profiles/personal/configuration.nix +++ b/profiles/personal/configuration.nix @@ -42,6 +42,7 @@ device = "nodev"; efiSupport = true; enableCryptodisk = true; + useOSProber = true; }; }; }; diff --git a/system/hardware/audio.nix b/system/hardware/audio.nix index 2614c95..8f9005d 100644 --- a/system/hardware/audio.nix +++ b/system/hardware/audio.nix @@ -2,6 +2,8 @@ { environment.systemPackages = [ pkgs.pipewire ]; + hardware.pulseaudio.enable = true; + sound.enable = true; security.rtkit.enable = true; services.pipewire = { enable = true;