home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 26d4b0fe14b6c8c2e4a925a4797979683bfa4a53
parent 31f7cdfa1ee5dde0f51bcd10b2fa7052b0ee80b3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 19 Aug 2022 17:53:15 +0200

systems/wakasu: enable bluetooth

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -76,6 +76,7 @@ in hardware = { yubikey.enable = true; laptop.enable = true; + bluetooth.enable = true; }; desktop = { wayland.sway.enable = true;