feat(flake.nix): use some input's specific nixpkgs
This commit is contained in:
parent
4caf22f318
commit
4ddc7a062f
2 changed files with 75 additions and 23 deletions
|
@ -20,19 +20,16 @@
|
|||
# NVF FOR SUPER NVIM
|
||||
nvf = {
|
||||
url = "github:notashelf/nvf";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# auto-cpufreq latest version, for optimizing my laptop's thermal's
|
||||
auto-cpufreq = {
|
||||
url = "github:AdnanHodzic/auto-cpufreq";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# use custom nbfc that has the config for my laptop
|
||||
nbfc-linux = {
|
||||
url = "github:cronyakatsuki/nbfc-linux/a715-41g";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# use prebuild nix-index ( crashes on me cause little ram )
|
||||
|
@ -50,7 +47,6 @@
|
|||
# iamb, a matrix tui client. Latest possible version
|
||||
iamb = {
|
||||
url = "github:ulyssa/iamb";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Support for android
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue