Remove useless nixos includes

This commit is contained in:
Yorick Barbanneau 2023-12-26 03:00:12 +01:00
parent dab914c544
commit 6a3d2a6ef7
2 changed files with 0 additions and 18 deletions

View file

@ -1,15 +0,0 @@
{
services.auto-cpufreq = {
enable = true;
settings = {
battery = {
governor = "powersave";
turbo = "never";
};
charger = {
governor = "schedutil";
turbo = "auto";
};
};
};
}

View file

@ -1,3 +0,0 @@
{
networking.wireless.iwd.enable = true;
}