mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Move autofreq and blueman to hosts/enka
This commit is contained in:
parent
4d4a550baa
commit
0c5398e604
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ lib, ... }: with lib;
|
{ lib, ... }: with lib;
|
||||||
|
|
||||||
desktopSystemConfiguration {
|
systemConfiguration {
|
||||||
services.auto-cpufreq = enabled;
|
services.auto-cpufreq = enabled;
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{ lib, ... }: with lib;
|
{ lib, ... }: with lib;
|
||||||
|
|
||||||
desktopSystemConfiguration {
|
systemConfiguration {
|
||||||
services.blueman = enabled;
|
services.blueman = enabled;
|
||||||
|
|
||||||
hardware.bluetooth = enabled {
|
hardware.bluetooth = enabled {
|
Loading…
Add table
Add a link
Reference in a new issue