mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added bluetooth
This commit is contained in:
parent
679f33aa0d
commit
86532363a8
@ -9,6 +9,7 @@ in
|
|||||||
modules.nixos.secureboot
|
modules.nixos.secureboot
|
||||||
modules.common.module
|
modules.common.module
|
||||||
modules.nixos.secrets
|
modules.nixos.secrets
|
||||||
|
modules.nixos.desktop.bluetooth
|
||||||
modules.nixos.gaming.amd
|
modules.nixos.gaming.amd
|
||||||
modules.nixos.gaming.starCitizen
|
modules.nixos.gaming.starCitizen
|
||||||
modules.nixos.gaming.steam
|
modules.nixos.gaming.steam
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
desktop = {
|
desktop = {
|
||||||
lightDM = ./nixos/desktop/lightDM.nix;
|
lightDM = ./nixos/desktop/lightDM.nix;
|
||||||
xfce = ./nixos/desktop/xfce.nix;
|
xfce = ./nixos/desktop/xfce.nix;
|
||||||
|
bluetooth = ./nixos/desktop/bluetooth.nix;
|
||||||
};
|
};
|
||||||
gaming = {
|
gaming = {
|
||||||
amd = ./nixos/gaming/amd.nix;
|
amd = ./nixos/gaming/amd.nix;
|
||||||
|
|||||||
14
modules/nixos/desktop/bluetooth.nix
Normal file
14
modules/nixos/desktop/bluetooth.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
Experimental = true;
|
||||||
|
};
|
||||||
|
Policy = {
|
||||||
|
AutoEnable = true;
|
||||||
|
};
|
||||||
|
}:
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user