konawall-py on KDE

This commit is contained in:
Kat Inskip 2023-11-12 14:45:15 -08:00
parent 3403022403
commit 091ddb5b91
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 46 additions and 94 deletions

View file

@ -4,6 +4,7 @@
machine,
systemType,
std,
inputs,
...
}: let
inherit (std) list;
@ -21,7 +22,7 @@ in {
common
];
extraSpecialArgs = {
inherit tree machine std;
inherit tree machine std inputs;
parent = config;
};
};