Skip to content

Commit

Permalink
2024/06/10-14:51:24
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Sanchez authored and Rick Sanchez committed Jun 10, 2024
1 parent 40b6ceb commit 99809de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ with lib;
console = {
earlySetup = mkDefault true;
packages = [ pkgs.terminus_font ];
font = mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-v24b.psf.gz";
font = mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-v32b.psf.gz";
keyMap = mkDefault "us";
};

Expand Down
2 changes: 1 addition & 1 deletion system/z13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with lib;
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 90;
STOP_CHARGE_THRESH_BAT0 = 99;
STOP_CHARGE_THRESH_BAT0 = 100;
};
};
power-profiles-daemon.enable = mkForce false;
Expand Down

0 comments on commit 99809de

Please sign in to comment.