diff --git a/profiles/personal/configuration.nix b/profiles/personal/configuration.nix index cebf953..dcf8925 100644 --- a/profiles/personal/configuration.nix +++ b/profiles/personal/configuration.nix @@ -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 diff --git a/system/hardware/openrgb.nix b/system/hardware/openrgb.nix deleted file mode 100644 index 81066f5..0000000 --- a/system/hardware/openrgb.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, ... }: - -{ - environment.systemPackages = [ pkgs.openrgb-with-all-plugins ]; - - # OpenRGB setup - services.hardware.openrgb = { - enable = true; - motherboard = "amd"; - }; -} diff --git a/system/hardware/power.nix b/system/hardware/power.nix index b88d98e..209436f 100644 --- a/system/hardware/power.nix +++ b/system/hardware/power.nix @@ -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 = {