Cleaning up some unnecessary config
This commit is contained in:
@@ -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
|
||||
|
@@ -1,11 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.openrgb-with-all-plugins ];
|
||||
|
||||
# OpenRGB setup
|
||||
services.hardware.openrgb = {
|
||||
enable = true;
|
||||
motherboard = "amd";
|
||||
};
|
||||
}
|
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user