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
4
nix.nix
4
nix.nix
|
|
@ -29,8 +29,8 @@
|
|||
auto-optimise-store = true;
|
||||
warn-dirty = false;
|
||||
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
||||
keep-outputs = false;
|
||||
keep-derivations = false;
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
};
|
||||
};
|
||||
environment.etc."booted-system".source = self;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue