diff options
| author | Christian <[email protected]> | 2026-07-14 20:02:27 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-07-14 20:02:27 -0500 |
| commit | 5ba2560742fe94deceadf09c72778becfe1f84e7 (patch) | |
| tree | 64b86e49f2e0239cdbd29d934b741bbcb395e42b /modules/common.nix | |
| parent | 7d3fd572d171a4f0a1a6a77be19020cc62b121f1 (diff) | |
Enable bluetooth and blueman applet
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 1e8fe95..4220139 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -98,6 +98,9 @@ pulse.enable = true; }; + hardware.bluetooth.enable = true; + services.blueman.enable = true; + services.openssh.enable = true; programs.mosh.enable = true; |
