summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-07-14 20:02:27 -0500
committerChristian <[email protected]>2026-07-14 20:02:27 -0500
commit5ba2560742fe94deceadf09c72778becfe1f84e7 (patch)
tree64b86e49f2e0239cdbd29d934b741bbcb395e42b /modules
parent7d3fd572d171a4f0a1a6a77be19020cc62b121f1 (diff)
Enable bluetooth and blueman applet
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix3
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;