mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added direnv and actually changed username and email in git
This commit is contained in:
parent
c5d0fd4cbf
commit
f2e6e564b5
7 changed files with 35 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue