seeing if it's easier to fork tA's nixos laptop config rather than make one from scratch (more or less).
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
125B

  1. { lib, ... }:
  2. {
  3. powerManagement = {
  4. cpuFreqGovernor = lib.mkDefault "powersave";
  5. powertop.enable = true;
  6. };
  7. }