modules/lass: beautify code

This commit is contained in:
lassulus 2015-06-19 00:42:13 +02:00
parent 5c27ea09e0
commit aa4227fce6

View File

@ -43,7 +43,7 @@ in
};
};
config =
config =
let
cfg = config.services.xresources;
xres = concatStringsSep "\n" (attrValues cfg.resources);
@ -53,6 +53,5 @@ in
echo ${shell-escape xres} | xrdb -merge
'';
};
}