mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Cleaning up some unnecessary config
This commit is contained in:
parent
831cc222a9
commit
fa8bb4855e
|
@ -7,7 +7,6 @@
|
||||||
imports =
|
imports =
|
||||||
[ ../work/configuration.nix # Personal is essentially work system + games
|
[ ../work/configuration.nix # Personal is essentially work system + games
|
||||||
../../system/hardware-configuration.nix
|
../../system/hardware-configuration.nix
|
||||||
#../../system/hardware/openrgb.nix
|
|
||||||
../../system/app/gamemode.nix
|
../../system/app/gamemode.nix
|
||||||
../../system/app/steam.nix
|
../../system/app/steam.nix
|
||||||
../../system/app/prismlauncher.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 = {
|
services.tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue