mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Enable bluetooth bits in KDE
This commit is contained in:
parent
2545a2c38f
commit
0e1a0f0168
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
hubble
|
||||
hugo
|
||||
inputs.flox.packages.${pkgs.system}.default
|
||||
kdePackages.bluedevil
|
||||
kdePackages.bluez-qt
|
||||
kdePackages.kdenlive
|
||||
kubectl
|
||||
kubectx
|
||||
|
|
|
|||
|
|
@ -42,4 +42,5 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue