mirror of
https://github.com/nix-community/home-manager
synced 2024-12-04 08:59:46 +01: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.
|
# Apply theming also to apps started by systemd.
|
||||||
systemd.user.sessionVariables = envVars // envVarsExtra;
|
systemd.user.sessionVariables = envVars // envVarsExtra;
|
||||||
|
|
||||||
home.packages = (lib.findFirst (x: x != null) [ ] [
|
home.packages = (lib.findFirst (x: x != [ ]) [ ] [
|
||||||
(lib.optionals (platformTheme.package != null)
|
(lib.optionals (platformTheme.package != null)
|
||||||
(lib.toList platformTheme.package))
|
(lib.toList platformTheme.package))
|
||||||
(lib.optionals (platformTheme.name != null)
|
(lib.optionals (platformTheme.name != null)
|
||||||
|
|
Loading…
Reference in a new issue