Re-format with nixpkgs-fmt
1 file changed, 7 insertions(+), 7 deletions(-)
changed files
M user/modules/eshell.nix → user/modules/eshell.nix
@@ -1,15 +1,15 @@ -{ - config, - lib, - pkgs, - ... +{ config +, lib +, pkgs +, ... }: with lib; let cfg = config.programs.emacs; -in { +in +{ options.programs.emacs.eshell = { aliases = mkOption { - default = {}; + default = { }; type = types.attrsOf types.str; example = { ll = "ls -l $*";