xresources: remove unnecessary parentheses
This commit is contained in:
parent
7cc36b7703
commit
6957911657
|
@ -72,8 +72,8 @@ in
|
||||||
home.file.".Xresources" = {
|
home.file.".Xresources" = {
|
||||||
text =
|
text =
|
||||||
concatStringsSep "\n" ([]
|
concatStringsSep "\n" ([]
|
||||||
++ (optional (cfg.extraConfig != "") cfg.extraConfig)
|
++ optional (cfg.extraConfig != "") cfg.extraConfig
|
||||||
++ (optionals (cfg.properties != null) (mapAttrsToList formatLine cfg.properties))
|
++ optionals (cfg.properties != null) (mapAttrsToList formatLine cfg.properties)
|
||||||
) + "\n";
|
) + "\n";
|
||||||
onChange = ''
|
onChange = ''
|
||||||
if [[ -v DISPLAY ]] ; then
|
if [[ -v DISPLAY ]] ; then
|
||||||
|
|
Loading…
Reference in a new issue