surface wip
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
den,
|
||||
modules,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
flake-file.inputs = {
|
||||
nik-pkgs = {
|
||||
url = "git+https://git.scug.io/nikkuss/pkgs.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
modules.nikpkgs = {
|
||||
nixos = {
|
||||
nixpkgs.overlays = [ inputs.nik-pkgs.overlays.default ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user