bwa
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
{ modules, inputs, ... }:
|
||||||
|
{
|
||||||
|
flake-file.inputs = {
|
||||||
|
iptsd.url = "git+ssh://git@git.scug.io:/git@git.scug.io:nikkuss/iptsd-rs.git";
|
||||||
|
iptsd.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
modules.surface-touchpad = {
|
||||||
|
nixos = {
|
||||||
|
imports = [ inputs.iptsd.nixosModules.default ];
|
||||||
|
config.services.iptsd-rs.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user