ctucx.git: nixfiles

ctucx' nixfiles

commit b7bcf36ef019e2f5adf77fb91524f155d6e1daad
parent a602f99fc6e1a2af87d310292cdcd5e2776be62d
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 6 Mar 2025 21:26:58 +0100

configurations/programs/shellUtilities: remove `eza`
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/configurations/common/programs/shellUtilities.nix b/configurations/common/programs/shellUtilities.nix
@@ -9,18 +9,18 @@
     };
 
     home.shellAliases = {
-      ".."         = "cd ..";
-      "..."        = "cd ../..";
+      ".."     = "cd ..";
+      "..."    = "cd ../..";
 
-      rm           = "rm -i";
+      rm       = "rm -i";
 
-      diff         = "diff --color";
+      diff     = "diff --color";
 
-      killall      = "pkill";
+      killall  = "pkill";
 
-      cat          = "bat -p";
-      grep         = "rg";
-      find         = "fd";
+      cat      = "bat -p";
+      grep     = "rg";
+      find     = "fd";
 
       backgrounditems = "bgiparser -f  \"\$HOME/Library/Application Support/com.apple.backgroundtaskmanagementagent/backgrounditems.btm\" -c";
 

@@ -39,23 +39,23 @@
       curl
       rsync
 
-      eza
+
       bat
       ripgrep
       fd
+
       file
       bc
+
       fx
 
       unzip
 
       smartmontools
 
+      gptfdisk
       e2fsprogs
       dosfstools
-
-      gptfdisk
-
     ] ++ (if pkgs.stdenv.isLinux then [
       usbutils
       pciutils