added direnv and actually changed username and email in git

This commit is contained in:
Gerg-L 2023-02-08 21:11:45 -05:00
parent c5d0fd4cbf
commit f2e6e564b5
7 changed files with 35 additions and 12 deletions

View file

@ -45,13 +45,14 @@
};
in {
formatter.${system} = pkgs.alejandra;
devShells.${system} = {
devShells.${system} = rec {
nix = pkgs.mkShell {
packages = with pkgs; [nil alejandra deadnix statix];
};
rust = pkgs.mkShell {
packages = with pkgs; [rust-analyzer rustc cargo rustfmt clippy];
};
default = nix;
};
nixosConfigurations = {
gerg-desktop = lib.nixosSystem {