Skip to content

Commit 78de305

Browse files
committed
stylix/testbed/modules/application: conveniently install dependencies
1 parent 662dd8a commit 78de305

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

stylix/testbed/modules/application.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,14 @@ in
132132

133133
name' = "stylix-testbed-${name}";
134134
in
135-
lib.optionals condition [
136-
application
137-
autostartItem
138-
desktopItem
139-
]
135+
lib.optionals condition (
136+
[
137+
application
138+
autostartItem
139+
desktopItem
140+
]
141+
++ packages
142+
)
140143
)
141144
[
142145
{

0 commit comments

Comments
 (0)