feat: enable bluetooth
This commit is contained in:
parent
03fea6a64a
commit
918893fdac
|
@ -33,6 +33,11 @@ in {
|
||||||
networking.firewall.allowedTCPPorts = [ ];
|
networking.firewall.allowedTCPPorts = [ ];
|
||||||
networking.firewall.allowedUDPPorts = [ ];
|
networking.firewall.allowedUDPPorts = [ ];
|
||||||
|
|
||||||
|
# bluetooth
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
|
# wireguard vpn
|
||||||
networking.wg-quick.interfaces = {
|
networking.wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
privateKeyFile = "/root/wireguard-keys/private";
|
privateKeyFile = "/root/wireguard-keys/private";
|
||||||
|
@ -148,6 +153,8 @@ in {
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.mpris-proxy.enable = true;
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
name = "Catppuccin-Mocha-Dark-Cursors";
|
name = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
package = pkgs.catppuccin-cursors.mochaDark;
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
|
|
Loading…
Reference in a new issue