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:
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
|
let
|
||||||
ini =
|
ini =
|
||||||
optionalAttrs (cfg.fontName != null)
|
optionalAttrs (cfg.fontName != null)
|
||||||
|
|
Loading…
Reference in a new issue