mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-02 15:04:53 +02:00
added auto-cpufreq
and blahaj plymouth
This commit is contained in:
parent
fa43c46786
commit
768b4846b0
2 changed files with 49 additions and 31 deletions
11
flake.nix
11
flake.nix
|
@ -64,9 +64,8 @@
|
|||
url = "github:moonlight-mod/moonlight/develop"; # Add `/develop` to the flake URL to use nightly.
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
|
||||
matugen = {
|
||||
url = "github:/InioX/Matugen";
|
||||
auto-cpufreq = {
|
||||
url = "github:AdnanHodzic/auto-cpufreq";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
};
|
||||
|
@ -87,6 +86,7 @@
|
|||
musnix,
|
||||
lix-module,
|
||||
moonlight,
|
||||
auto-cpufreq,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -154,8 +154,8 @@
|
|||
specialArgs = specialArgs;
|
||||
modules = [
|
||||
./hosts/buldak/configuration.nix
|
||||
|
||||
lix-module.nixosModules.default
|
||||
# lix-module.nixosModules.default
|
||||
auto-cpufreq.nixosModules.default
|
||||
catppuccin.nixosModules.catppuccin
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
@ -170,7 +170,6 @@
|
|||
|
||||
home.packages = [
|
||||
inputs.miovim.packages.${system}.default
|
||||
inputs.matugen.nixosModules.default
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue