removed unused Lenni configurations

This commit is contained in:
willifan 2025-04-24 18:15:16 +02:00
parent f7b6dc0403
commit 55007f1a44
3 changed files with 0 additions and 24 deletions

View file

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

View file

@ -1,6 +0,0 @@
{ pkgs, ... }:
{
services.udev.extraRules = ''
ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="amdgpu", MODE="0666", RUN+="${pkgs.coreutils}/bin/chmod a+w /sys/class/backlight/%k/brightness"
'';
}

View file

@ -1,8 +1,6 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
#./auto-cpufreq.nix
./backlight.nix
./hardware-configuration.nix ./hardware-configuration.nix
#./disko.nix #./disko.nix