all repos — nixfiles @ 0741f0290ee5e7082ff421921583ff9ad8ec6f1e

System and user configuration, managed by nix and home-manager

reformat all nix code

Alan Pearce
commit

0741f0290ee5e7082ff421921583ff9ad8ec6f1e

parent

83d9e0536997ccea2dde49e63d0f0f458f56ee61

1 file changed, 7 insertions(+), 12 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -1,18 +1,13 @@
-{ config -, lib -, pkgs -, ... +{ + config, + lib, + pkgs, + ... }: let inherit (pkgs) stdenv; - lsOptions = - if stdenv.isDarwin - then "-p" - else "-v --group-directories-first --hyperlink=auto"; - lsIsoDate = - if stdenv.isDarwin - then "" - else "--time-style=long-iso"; + lsOptions = if stdenv.isDarwin then "-p" else "-v --group-directories-first --hyperlink=auto"; + lsIsoDate = if stdenv.isDarwin then "" else "--time-style=long-iso"; in { home = {