Added undervolting, lost my mind after losing 3h of customization

This commit is contained in:
Chloe Hawthorne
2025-02-25 15:32:51 +11:00
parent a794217908
commit 26d11dfdd6
4 changed files with 16 additions and 105 deletions

View File

@@ -89,6 +89,13 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 0;
# Undervolt
services.undervolt = {
enable = true;
coreOffset = -120;
gpuOffset = -85;
};
#Networking
networking.hostName = "xenia";
networking.networkmanager.enable = true;

View File

@@ -1,6 +1,6 @@
{ pkgs, ... } : {
environment.systemPackages = with pkgs; [
home-manager zsh refind python314 unzip zip git gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes dissent tuba
audacity neovim
home-manager zsh undervolt btop refind python314 unzip zip git inetutils gnumake apostrophe gnome-tweaks gnomeExtensions.user-themes tuba
audacity neovim android-tools image-roll foliate nix-search-cli vesktop
];
}