Fix apps
This commit is contained in:
parent
1625ad5c90
commit
7bdfe7f199
6 changed files with 45 additions and 44 deletions
|
@ -8,7 +8,7 @@
|
|||
environment.systemPackages = with dirUtils; [
|
||||
(inputs.wrapper-manager.lib.build {
|
||||
inherit pkgs;
|
||||
modules = dirFiles ./common ++ opt false (dirFiles ./common-desktop);
|
||||
modules = dirFiles ./common ++ opt isDesktop (dirFiles ./common-desktop);
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue