fixed nik-pkgs & added deadlock mod manager

This commit is contained in:
2026-05-29 15:20:51 +01:00
parent acb6fb1677
commit 6de7c0ca67
4 changed files with 70 additions and 58 deletions
+4 -4
View File
@@ -3,17 +3,17 @@
modules,
inputs,
...
}:
{
}: {
flake-file.inputs = {
nik-pkgs = {
url = "git+https://git.scug.io/nikkuss/pkgs.git";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
};
modules.nikpkgs = {
nixos = {
nixpkgs.overlays = [ inputs.nik-pkgs.overlays.default ];
nixpkgs.overlays = [inputs.nik-pkgs.overlays.default];
};
# debug = inputs.nik-pkgs;
};
}