feat: enable bluetooth

This commit is contained in:
Laureηt 2022-12-31 16:39:06 +01:00
parent 03fea6a64a
commit 918893fdac
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -33,6 +33,11 @@ in {
networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ];
# bluetooth
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# wireguard vpn
networking.wg-quick.interfaces = {
wg0 = {
privateKeyFile = "/root/wireguard-keys/private";
@ -148,6 +153,8 @@ in {
libreoffice-fresh
];
services.mpris-proxy.enable = true;
home.pointerCursor = {
name = "Catppuccin-Mocha-Dark-Cursors";
package = pkgs.catppuccin-cursors.mochaDark;