mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 06:30:28 +00:00
qt: fix platform theme package install
This commit is contained in:
parent
4cec20dbf5
commit
147b5a5e1c
1 changed files with 1 additions and 1 deletions
|
@ -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