diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 23:19:12 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 23:19:12 +0200 |
| commit | d8b557099f4d4938f7f87c236f22d416191fcde9 (patch) | |
| tree | e834855a15dd8d3d001bf4c6d428cd02502a16b0 /modules/nixos/base/audio.nix | |
| parent | bb9cd7512a57bd348a645b8b888e25061518fa06 (diff) | |
| parent | bb42f5fb23ed842837071c2765c33bd65f7eb941 (diff) | |
Merge branch 'recovered-changes' into config-rewriteconfig-rewrite
Diffstat (limited to 'modules/nixos/base/audio.nix')
| -rw-r--r-- | modules/nixos/base/audio.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/nixos/base/audio.nix b/modules/nixos/base/audio.nix deleted file mode 100644 index a963081..0000000 --- a/modules/nixos/base/audio.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs, config, lib, ... }: - -{ - # rtkit is optional but recommended - security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - # If you want to use JACK applications, uncomment this - jack.enable = true; - }; - - environment.systemPackages = with pkgs; [ - pavucontrol - ]; -}
\ No newline at end of file |
