diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 23:17:04 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 23:18:57 +0200 |
| commit | bb42f5fb23ed842837071c2765c33bd65f7eb941 (patch) | |
| tree | a621e13d093bd4ba483029bc9b7281dfec1b080c /modules/nixos/base/audio.nix | |
| parent | 45addb729d989becb387f82f812a96473a162e25 (diff) | |
Removed leftover system services
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 |
