qt: fix platform theme package install
This commit is contained in:
parent
4cec20dbf5
commit
147b5a5e1c
|
@ -258,7 +258,7 @@ in {
|
|||
# Apply theming also to apps started by systemd.
|
||||
systemd.user.sessionVariables = envVars // envVarsExtra;
|
||||
|
||||
home.packages = (lib.findFirst (x: x != null) [ ] [
|
||||
home.packages = (lib.findFirst (x: x != [ ]) [ ] [
|
||||
(lib.optionals (platformTheme.package != null)
|
||||
(lib.toList platformTheme.package))
|
||||
(lib.optionals (platformTheme.name != null)
|
||||
|
|
Loading…
Reference in a new issue