add bluetooth

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-13 22:15:06 -04:00 committed by Alice Huston
parent 5785d24a20
commit e0ea7df970
2 changed files with 6 additions and 1 deletions

View File

@ -28,5 +28,9 @@
'')
];
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [ pavucontrol ];
}

View File

@ -9,7 +9,7 @@
./zerotier.nix
./fonts.nix
./polkit.nix
./pipewire.nix
./audio.nix
./fingerprint.nix
./steam.nix
./graphics.nix
@ -75,6 +75,7 @@
#systemd.services.spotifyd.serviceConfig = systemd.services.spotifyd.
};
system.stateVersion = "24.05";
sops = {