diff --git a/system/configuration.nix b/system/configuration.nix index 5e68193..ddb1150 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -27,6 +27,16 @@ persist = true; }]; + # Pipewire + security.rtkit.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + jack.enable = true; + }; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; diff --git a/user/home.nix b/user/home.nix index 83f68f0..bf7d52f 100644 --- a/user/home.nix +++ b/user/home.nix @@ -73,6 +73,7 @@ freetube # TODO need ytsub somehow (sarowish/ytsub) audio-recorder + pavucontrol # Command Line neofetch lolcat cowsay