summaryrefslogtreecommitdiff
path: root/modules/home-config/base-system.scm
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-10-07 12:24:28 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-10-07 12:24:28 -0400
commitb704c731073ddcd7ddb9ae75bba4175b59ec2ac6 (patch)
treeba2893905d966c6947acd3b0846bcb655bc0f8bb /modules/home-config/base-system.scm
parentadd kaworu desktop, fix zprofile loading (diff)
downloaddotfiles-guix-b704c731073ddcd7ddb9ae75bba4175b59ec2ac6.tar.gz
dotfiles-guix-b704c731073ddcd7ddb9ae75bba4175b59ec2ac6.tar.bz2
dotfiles-guix-b704c731073ddcd7ddb9ae75bba4175b59ec2ac6.zip
sway project script
Diffstat (limited to 'modules/home-config/base-system.scm')
-rw-r--r--modules/home-config/base-system.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm
index 842c28a..e35e0fa 100644
--- a/modules/home-config/base-system.scm
+++ b/modules/home-config/base-system.scm
@@ -156,7 +156,10 @@
(unix-sock-group "libvirt")
(tls-port "16555")))
(service virtlog-service-type)
- (service bluetooth-service-type)
+ (service bluetooth-service-type
+ (bluetooth-configuration
+ (experimental #t)
+ (fast-connectable? #t)))
(service pam-limits-service-type)
(service fprintd-service-type)
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))