Cleaning up some unnecessary config

This commit is contained in:
Emmet 2024-04-28 08:00:32 -05:00
parent 831cc222a9
commit fa8bb4855e
3 changed files with 0 additions and 24 deletions

View file

@ -7,7 +7,6 @@
imports =
[ ../work/configuration.nix # Personal is essentially work system + games
../../system/hardware-configuration.nix
#../../system/hardware/openrgb.nix
../../system/app/gamemode.nix
../../system/app/steam.nix
../../system/app/prismlauncher.nix

View file

@ -1,11 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.openrgb-with-all-plugins ];
# OpenRGB setup
services.hardware.openrgb = {
enable = true;
motherboard = "amd";
};
}

View file

@ -1,18 +1,6 @@
{ ... }:
{
#services.auto-cpufreq.enable = true;
#services.auto-cpufreq.settings = {
# charger = {
# governor = "performance";
# turbo = "auto";
# };
# battery = {
# governor = "schedutil";
# scaling_max_freq = 3800000;
# turbo = "never";
# };
#};
services.tlp = {
enable = true;
settings = {