use acer-wmi-ext overlay from source repo

This commit is contained in:
2026-04-24 04:46:24 +02:00
parent 10df44a898
commit 478d77d1bc
5 changed files with 32 additions and 48 deletions
+4
View File
@@ -30,6 +30,10 @@
url = "git+ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"; # fork of github:sophronesis/peerix
inputs.nixpkgs.follows = "nixpkgs";
};
acer-wmi-ext = {
url = "github:Lumpiasty/acer-wmi-ext/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, ... }@inputs: