mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
konawall-py on KDE
This commit is contained in:
parent
3403022403
commit
091ddb5b91
11 changed files with 46 additions and 94 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue