Add blutooth support to tardis

This commit is contained in:
2026-08-06 14:37:31 +01:00
parent 8827d72292
commit 5637582e6c
+6
View File
@@ -24,6 +24,7 @@
dmenu dmenu
pulseaudio pulseaudio
brightnessctl brightnessctl
bluetui
maim maim
xclip xclip
xsel xsel
@@ -41,6 +42,11 @@
unifont unifont
]; ];
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
programs.steam.enable = true; programs.steam.enable = true;
networking.hostName = "tardis"; networking.hostName = "tardis";