add nix-skills flake input

This commit is contained in:
2026-05-07 21:36:19 +02:00
parent 33723a5315
commit 4fc2befee5
3 changed files with 27 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@
peerix,
acer-wmi-ext,
ntfsplus,
nix-skills,
...
}:
hardwareConfig: hostConfig:
@@ -26,6 +27,7 @@ nixpkgs.lib.nixosSystem {
nixpkgs.overlays = [
claude-code.overlays.default
acer-wmi-ext.overlays.default
nix-skills.overlays.default
];
nix.settings = {
substituters = [ "https://claude-code.cachix.org" ];