From beb2c41959659dab8ede5e97301f0192905e79e8 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Mon, 20 Oct 2025 19:31:49 -0400 Subject: [PATCH] update: misc --- home/fabric/default.nix | 9 +++++++++ home/fabric/programs/zsh.nix | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/home/fabric/default.nix b/home/fabric/default.nix index 17df5b7..b5c2826 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -124,6 +124,15 @@ dig zathura librewolf + + heroic + solana-cli + nodejs + anchor + yarn + discord + cloudflared + monero-cli ]; # Enable home-manager diff --git a/home/fabric/programs/zsh.nix b/home/fabric/programs/zsh.nix index 17b0cce..70e642b 100644 --- a/home/fabric/programs/zsh.nix +++ b/home/fabric/programs/zsh.nix @@ -38,7 +38,7 @@ alias gmi="go mod init" alias flake="nix flake" alias ls="lsd" - alias ll="lsd -l" + alias ll="lsd -la" alias emacs="emacs -nw" function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd