mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 03:08:38 +11:00
Added undervolting, lost my mind after losing 3h of customization
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user