Compare commits

..

No commits in common. "7ae2517c04b237ca2f803eb021e2d15777ac2730" and "b2e513857cf5839682cb565cb74251855d751cb2" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -21,14 +21,6 @@
boot.tmpOnTmpfs = true; boot.tmpOnTmpfs = true;
boot.plymouth.enable = true; boot.plymouth.enable = true;
services.tlp.enable = true;
services.tlp.extraConfig = ''
START_CHARGE_THRESH_BAT0=85
STOP_CHARGE_THRESH_BAT0=90
CPU_SCALING_GOVERNOR_ON_BAT=powersave
ENERGY_PERF_POLICY_ON_BAT=powersave
'';
# NVIDIA # NVIDIA
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.optimus_prime.enable = true; hardware.nvidia.optimus_prime.enable = true;

View File

@ -79,12 +79,7 @@
}; };
}; };
environment.variables = { environment.variables = { EDITOR = "nvim"; };
EDITOR = "nvim";
SPACESHIP_TIME_SHOW = "true";
SPACESHIP_BATTERY_THRESHOLD = "50";
SPACESHIP_EXIT_CODE_SHOW = "true";
};
nix.gc.automatic = true; nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 15d"; nix.gc.options = "--delete-older-than 15d";