diff options
| author | Dylan <boss@tehbox.org> | 2025-09-16 16:43:55 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2025-09-16 16:43:55 +1200 |
| commit | d1395f9e6768551967f85128ccab19d12dec4c6f (patch) | |
| tree | 804d86634796edd5e378cb05ee2fda0a71d02497 /home-manager/shells/bash.nix | |
| parent | c1b48e9f2bfc4ae0e48d0c8e35ad1f4a2189ec30 (diff) | |
| download | nixos-configuration-d1395f9e6768551967f85128ccab19d12dec4c6f.tar.gz nixos-configuration-d1395f9e6768551967f85128ccab19d12dec4c6f.zip | |
feat: added server configuration and setup sops-nix
Diffstat (limited to 'home-manager/shells/bash.nix')
| -rw-r--r-- | home-manager/shells/bash.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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"; }; }; |
