Add some laptop settings
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m48s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m48s
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
@@ -24,6 +22,7 @@
|
||||
enable = true;
|
||||
configurationLimit = 3;
|
||||
};
|
||||
|
||||
boot.loader.efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
@@ -91,12 +90,6 @@
|
||||
# TRIM
|
||||
services.fstrim.enable = true;
|
||||
|
||||
# TLP
|
||||
services.tlp.enable = true;
|
||||
|
||||
# Brillo
|
||||
hardware.brillo.enable = true;
|
||||
|
||||
# Setup common XDG env vars
|
||||
environment.sessionVariables = rec {
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
|
Reference in New Issue
Block a user