From 8438b2f6556e29e3981c46a407a117f58dfd25a0 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Sun, 24 May 2026 22:02:13 +0200 Subject: [PATCH] Add bsh and nxfmt alias --- modules/home-manager/bash.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/bash.nix b/modules/home-manager/bash.nix index 133add4..7289f06 100644 --- a/modules/home-manager/bash.nix +++ b/modules/home-manager/bash.nix @@ -7,6 +7,8 @@ rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw"; nx = "vim ~/nixos-config/hosts/fw/configuration.nix"; hm = "vim ~/nixos-config/hosts/fw/home.nix"; + bsh = "vim ~/nixos-config/modules/home-manager/bash.nix"; + nxfmt = "find . -name '*.nix' -print0 | xargs -r0 nix run nixpkgs#nixfmt --"; }; }; }