mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
Compare commits
2 commits
b8753775fc
...
8827162f92
Author | SHA1 | Date | |
---|---|---|---|
8827162f92 | |||
542e47c978 |
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@
|
||||||
|
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
|
||||||
powerManagement.powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
|
powerManagement = {
|
||||||
|
powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
|
||||||
|
cpuFreqGovernor = "performance";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "adrastea"; # Define your hostname.
|
networking.hostName = "adrastea"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
Loading…
Reference in a new issue