reformat all nix code
1 file changed, 7 insertions(+), 5 deletions(-)
changed files
M user/modules/eshell.nix → user/modules/eshell.nix
@@ -1,9 +1,11 @@ -{ config -, lib -, pkgs -, ... +{ + config, + lib, + pkgs, + ... }: -with lib; let +with lib; +let cfg = config.programs.emacs; in {