Use custom nbfc-linux version with config for my laptop.

This commit is contained in:
CronyAkatsuki 2025-02-17 20:35:56 +01:00
parent 3e17bffc11
commit 67d87f0a92
3 changed files with 70 additions and 7 deletions

View file

@ -28,6 +28,12 @@
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";
};
};
outputs = {