1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

gtk: fix bug in condition

This commit is contained in:
Robert Helgesson 2017-01-17 18:16:45 +01:00
parent 5221dee9ce
commit d7a70c87cd
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -104,7 +104,7 @@ in
}; };
}; };
config = mkIf (cfg.enable != null) ( config = mkIf cfg.enable (
let let
ini = ini =
optionalAttrs (cfg.fontName != null) optionalAttrs (cfg.fontName != null)