reformat all nix code
1 file changed, 7 insertions(+), 12 deletions(-)
changed files
M user/settings/shell.nix → user/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 = {