mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
gtk: fix bug in condition
This commit is contained in:
parent
5221dee9ce
commit
d7a70c87cd
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config = mkIf (cfg.enable != null) (
|
||||
config = mkIf cfg.enable (
|
||||
let
|
||||
ini =
|
||||
optionalAttrs (cfg.fontName != null)
|
||||
|
|
Loading…
Reference in a new issue