mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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
5
hosts/enka/autofreq.nix
Normal file
5
hosts/enka/autofreq.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ lib, ... }: with lib;
|
||||
|
||||
systemConfiguration {
|
||||
services.auto-cpufreq = enabled;
|
||||
}
|
9
hosts/enka/blueman.nix
Normal file
9
hosts/enka/blueman.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }: with lib;
|
||||
|
||||
systemConfiguration {
|
||||
services.blueman = enabled;
|
||||
|
||||
hardware.bluetooth = enabled {
|
||||
powerOnBoot = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue