mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -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
|
hubble
|
||||||
hugo
|
hugo
|
||||||
inputs.flox.packages.${pkgs.system}.default
|
inputs.flox.packages.${pkgs.system}.default
|
||||||
|
kdePackages.bluedevil
|
||||||
|
kdePackages.bluez-qt
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
kubectl
|
kubectl
|
||||||
kubectx
|
kubectx
|
||||||
|
|
|
||||||
|
|
@ -42,4 +42,5 @@
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue