my laptops nixos configuration, hopefully less messy this time (but still a lil' messy)
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
125B

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