add bluetooth
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
5785d24a20
commit
e0ea7df970
@ -28,5 +28,9 @@
|
|||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ pavucontrol ];
|
environment.systemPackages = with pkgs; [ pavucontrol ];
|
||||||
}
|
}
|
@ -9,7 +9,7 @@
|
|||||||
./zerotier.nix
|
./zerotier.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./polkit.nix
|
./polkit.nix
|
||||||
./pipewire.nix
|
./audio.nix
|
||||||
./fingerprint.nix
|
./fingerprint.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./graphics.nix
|
./graphics.nix
|
||||||
@ -75,6 +75,7 @@
|
|||||||
#systemd.services.spotifyd.serviceConfig = systemd.services.spotifyd.
|
#systemd.services.spotifyd.serviceConfig = systemd.services.spotifyd.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user