summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-06 17:47:06 +0100
committerRory& <root@rory.gay>2025-12-06 17:47:06 +0100
commitc833b3e21c6663db28c299817d107c11d791db87 (patch)
treeb16c76708ba7e721342cbc7dcaa4979854da6b2a /host
parentOld server tmpfs (diff)
downloadRory-Open-Architecture-master.tar.xz
desktop: BT HEAD master
Diffstat (limited to 'host')
-rw-r--r--host/Rory-desktop/configuration.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix

index bf37eab..c9f9e1b 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix
@@ -91,6 +91,7 @@ args@{ i18n.defaultLocale = "en_US.UTF-8"; services = { + blueman.enable = true; displayManager.sddm.enable = true; xserver = { displayManager.lightdm.enable = false; @@ -178,8 +179,16 @@ args@{ jitsi-meet-electron #nixd gittyup + blueman ]; + hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + }; + }; + xdg = { portal = { enable = true;