diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/cez/modules/tlp.nix | 4 | ||||
-rw-r--r-- | os/common/modules/nix.nix | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/os/cez/modules/tlp.nix b/os/cez/modules/tlp.nix index 887dcec..cf002af 100644 --- a/os/cez/modules/tlp.nix +++ b/os/cez/modules/tlp.nix @@ -19,10 +19,6 @@ PLATFORM_PROFILE_ON_AC = "balanced"; PLATFORM_PROFILE_ON_BAT = "low-power"; - - # Enable battery conservation mode - START_CHARGE_THRESH_BAT0 = 0; - STOP_CHARGE_THRESH_BAT0 = 1; }; }; } diff --git a/os/common/modules/nix.nix b/os/common/modules/nix.nix index cf3843e..84717be 100644 --- a/os/common/modules/nix.nix +++ b/os/common/modules/nix.nix @@ -7,6 +7,7 @@ in auto-optimise-store = true; use-xdg-base-directories = true; trusted-users = [ user ]; + bash-prompt-prefix = ""; experimental-features = [ "flakes" |