surface wip
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
den,
|
||||
modules,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
flake-file.inputs = {
|
||||
x1e-kernel.url = "file:///home/doloro/x1e-kernel-main.zip";
|
||||
};
|
||||
modules.surface-patches = {
|
||||
nixos =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = with inputs; [
|
||||
x1e-kernel.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user