Commit 26d4b0fe14b6

Vincent Demeester <vincent@sbr.pm>
2022-08-19 17:53:15
systems/wakasu: enable bluetooth
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 31f7cdf
Changed files (1)
systems
systems/hosts/wakasu.nix
@@ -76,6 +76,7 @@ in
     hardware = {
       yubikey.enable = true;
       laptop.enable = true;
+      bluetooth.enable = true;
     };
     desktop = {
       wayland.sway.enable = true;