mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
Compare commits
No commits in common. "8827162f92366f86319ea5454c22c3470e559ac5" and "b8753775fc425926ab1a5ef4eda76737829758c7" have entirely different histories.
8827162f92
...
b8753775fc
1 changed files with 1 additions and 4 deletions
|
@ -55,10 +55,7 @@
|
|||
|
||||
services.tlp.enable = true;
|
||||
|
||||
powerManagement = {
|
||||
powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
|
||||
cpuFreqGovernor = "performance";
|
||||
};
|
||||
powerManagement.powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
|
||||
|
||||
networking.hostName = "adrastea"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
Loading…
Reference in a new issue