better bluetooth integration
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
../../modules/desktop/hyprland.nix
|
||||
../../modules/input/katana.nix
|
||||
../../modules/networking/networkmanager.nix
|
||||
../../modules/networking/bluetooth.nix
|
||||
../../modules/system/locale.nix
|
||||
../../modules/system/audio.nix
|
||||
../../modules/system/printing.nix
|
||||
|
||||
@@ -41,9 +41,5 @@
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user