This commit is contained in:
Asaki Yuki 2026-04-09 22:36:04 +07:00
parent 93ccb97306
commit 6b856c3b4f
2 changed files with 11 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"nixEnvSelector.suggestion": false
}

View file

@ -18,6 +18,14 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
boot.kernelParams = [ "amd_pstate=active" ];
boot.kernelModules = [ "ideapad_laptop" ];
services.power-profiles-daemon.enable = true;
environment.systemPackages = with pkgs; [
lm_sensors
ryzenadj
];
nix.settings.experimental-features = [ nix.settings.experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"