push
This commit is contained in:
Generated
+21
@@ -21,6 +21,26 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"auto-cpufreq": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1787549773,
|
||||
"narHash": "sha256-ZSTNqXLMfk+0er/w6PVANwRmbIUt0q9sz5FyoallQYU=",
|
||||
"owner": "AdnanHodzic",
|
||||
"repo": "auto-cpufreq",
|
||||
"rev": "30bc44de0492689059dbf2eae49d2438333fdc63",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "AdnanHodzic",
|
||||
"repo": "auto-cpufreq",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"base16": {
|
||||
"inputs": {
|
||||
"fromYaml": "fromYaml"
|
||||
@@ -1282,6 +1302,7 @@
|
||||
"root": {
|
||||
"inputs": {
|
||||
"aerothemeplasma": "aerothemeplasma",
|
||||
"auto-cpufreq": "auto-cpufreq",
|
||||
"catppuccin": "catppuccin",
|
||||
"catppuccin-userstyles-nix": "catppuccin-userstyles-nix",
|
||||
"copyparty": "copyparty",
|
||||
|
||||
@@ -93,5 +93,10 @@
|
||||
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
|
||||
|
||||
fetch.url = "github:areofyl/fetch";
|
||||
|
||||
auto-cpufreq = {
|
||||
url = "github:AdnanHodzic/auto-cpufreq";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
den.aspects.autocpufreq = {
|
||||
nixos = {
|
||||
programs.auto-cpufreq.enable = true;
|
||||
|
||||
programs.auto-cpufreq.settings = {
|
||||
charger = {
|
||||
governor = "performance";
|
||||
turbo = "auto";
|
||||
};
|
||||
|
||||
battery = {
|
||||
governor = "powersave";
|
||||
turbo = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -19,6 +19,8 @@
|
||||
|
||||
niri
|
||||
noctalia
|
||||
|
||||
autocpufreq
|
||||
];
|
||||
|
||||
nixos = {
|
||||
|
||||
Reference in New Issue
Block a user