diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-11 08:03:58 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-11 08:03:58 -0600 |
| commit | 32a7e59b93a9c3748cd6aeca3d4fc9dadf8e0f59 (patch) | |
| tree | 2347b64072047b385c0637235f5fffb6ce160b1e /modules/services/options.nix | |
| parent | c7e9ff3c853755cd3b0e8bc7443d55d222a06f80 (diff) | |
move various configs into modules where they belong
Diffstat (limited to 'modules/services/options.nix')
| -rw-r--r-- | modules/services/options.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/services/options.nix b/modules/services/options.nix index df8bc52..16bf5ac 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -46,11 +46,9 @@ in { }; }; }; - audio = { - enable = mkEnableOption "pipewire + wireplumber"; - pulse.enable = mkEnableOption "pipewire-pulse"; - # some config to make audio work with wine (TODO for jupiter) - }; + + audio.enable = mkEnableOption "pipewire + wireplumber"; + bluetooth = { enable = mkEnableOption "bluetooth"; blueman.enable = mkEnableOption "graphical bluetooth manager"; |
