Add bluetooth for magicman
Some checks failed
pre-commit / pre-commit (push) Failing after 17s

This commit is contained in:
Torjus Håkestad 2024-06-25 19:30:32 +02:00
parent bbbb58b05b
commit f760b0f530

View File

@ -54,6 +54,10 @@
];
};
# Bluetooth stuff
services.blueman.enable = true;
hardware.bluetooth.enable = true;
# Setup hyprland
services.xserver.enable = true;
services.xserver.displayManager = {