summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-20 08:10:15 +0100
committerAlan Pearce2025-03-20 08:10:15 +0100
commit1d2169d185c32bd2ed37c90412963ef3b310b3c9 (patch)
treee458f9d8240d0ce06eb0fba609434599bcca9e69 /user/settings/shell.nix
parentdc87349ff98cd2f9af6f14eaa0281858dea05c7c (diff)
downloadnixfiles-1d2169d185c32bd2ed37c90412963ef3b310b3c9.tar.lz
nixfiles-1d2169d185c32bd2ed37c90412963ef3b310b3c9.tar.zst
nixfiles-1d2169d185c32bd2ed37c90412963ef3b310b3c9.zip
reduce packages on servers
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 33130556..a51595aa 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -15,9 +15,6 @@ let
     else "--time-style=long-iso";
 in
 {
-  imports = [
-    ./yazi.nix
-  ];
   home = {
     shellAliases = {
       l = "ls ${lsOptions} -Bp";
@@ -45,7 +42,6 @@ in
 
       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";