feat/nix
main
@ -0,0 +1,2 @@
#!/usr/bin/env bash
use flake
@ -32,5 +32,15 @@
./nix/profiles/culisg.nix
];
};
devShells.${system}.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
git
helix
pkgs.home-manager
alejandra
nil
}