bluetooth

This commit is contained in:
Kopatz
2024-05-28 09:23:47 +02:00
parent 88c93b7a54
commit 9d72bb8dd0
2 changed files with 26 additions and 16 deletions

View File

@@ -10,6 +10,11 @@
#<home-manager/nixos>
];
services.blueman.enable = true;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
age.identityPaths = [ /home/kopatz/.ssh/id_ed25519 "/etc/ssh/ssh_host_ed25519_key" ];
mainUser.layout = "at";
mainUser.variant = "";