feat: enable bluetooth
This commit is contained in:
parent
03fea6a64a
commit
918893fdac
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue