all repos — nixfiles @ 1d2169d185c32bd2ed37c90412963ef3b310b3c9

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

reduce packages on servers

Alan Pearce
commit

1d2169d185c32bd2ed37c90412963ef3b310b3c9

parent

dc87349ff98cd2f9af6f14eaa0281858dea05c7c

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -15,9 +15,6 @@ then ""
else "--time-style=long-iso"; in { - imports = [ - ./yazi.nix - ]; home = { shellAliases = { l = "ls ${lsOptions} -Bp";
@@ -45,7 +42,6 @@ xhsh = "xh --print Hh --default-scheme https";
hist-freq-lines = lib.mkDefault "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -gr | head -n100 | less"; hist-freq-commands = lib.mkDefault "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n100 | less"; - wprop = "xprop | egrep '^WM_(CLASS|NAME|WINDOW_ROLE|TYPE)'"; e = "$EDITOR"; se = "sudo -e";