Compare commits

..

No commits in common. "8827162f92366f86319ea5454c22c3470e559ac5" and "b8753775fc425926ab1a5ef4eda76737829758c7" have entirely different histories.

View file

@ -55,10 +55,7 @@
services.tlp.enable = true; services.tlp.enable = true;
powerManagement = { powerManagement.powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
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.