diff --git a/modules/xresources.nix b/modules/xresources.nix index 96580f57..384008e2 100644 --- a/modules/xresources.nix +++ b/modules/xresources.nix @@ -72,8 +72,8 @@ in home.file.".Xresources" = { text = concatStringsSep "\n" ([] - ++ (optional (cfg.extraConfig != "") cfg.extraConfig) - ++ (optionals (cfg.properties != null) (mapAttrsToList formatLine cfg.properties)) + ++ optional (cfg.extraConfig != "") cfg.extraConfig + ++ optionals (cfg.properties != null) (mapAttrsToList formatLine cfg.properties) ) + "\n"; onChange = '' if [[ -v DISPLAY ]] ; then