feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 37f6be4137 - Show all commits

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
use flake

View file

@ -32,5 +32,15 @@
./nix/profiles/culisg.nix ./nix/profiles/culisg.nix
]; ];
}; };
devShells.${system}.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
git
helix
pkgs.home-manager
alejandra
nil
];
};
}; };
} }