From d1395f9e6768551967f85128ccab19d12dec4c6f Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 16 Sep 2025 16:43:55 +1200 Subject: feat: added server configuration and setup sops-nix --- home-manager/shells/bash.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home-manager/shells/bash.nix') diff --git a/home-manager/shells/bash.nix b/home-manager/shells/bash.nix index a902af3..cd5f51d 100644 --- a/home-manager/shells/bash.nix +++ b/home-manager/shells/bash.nix @@ -60,8 +60,11 @@ __prompt_command() { ls = "lsd"; la = "lsd -a"; ll = "lsd -al"; + tree = "lsd --tree"; pathfindsaver = "while sleep 1; do pathfind -f; done"; qalc = "qalc -s 'varunits 0' -s 'angle 2'"; + + flake-rebuild = "nixos-rebuild switch --flake ~/nixos-configuration"; }; }; -- cgit v1.2.3