Add bsh and nxfmt alias

This commit is contained in:
cubernetes 2026-05-24 22:02:13 +02:00
parent cb089368e5
commit 8438b2f655

View file

@ -7,6 +7,8 @@
rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw"; rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw";
nx = "vim ~/nixos-config/hosts/fw/configuration.nix"; nx = "vim ~/nixos-config/hosts/fw/configuration.nix";
hm = "vim ~/nixos-config/hosts/fw/home.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 --";
}; };
}; };
} }