mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 23:24:21 +00:00
gtk: fix erroneous variable reference
This commit is contained in:
parent
e99de88c5c
commit
7876d533cf
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ in
|
|||
config = mkIf cfg.enable (
|
||||
let
|
||||
ini =
|
||||
optionalAttrs (cfg.fontName != null)
|
||||
optionalAttrs (cfg.font != null)
|
||||
{ gtk-font-name = cfg.font.name; }
|
||||
//
|
||||
optionalAttrs (cfg.theme != null)
|
||||
|
|
Loading…
Reference in a new issue