Compare commits

..

No commits in common. "a28e2a8f368cbad4785a798b8980e307100e56aa" and "2134f1f1d46944ac03964a14f7e5be0843b3958b" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,7 @@ I needed to put my config into a `git` repo, so I made my first system config fl
If you have suggestions on "fixing" or "cleaning up" my configurations, please add it to the [Discussions](about:blank) so I can take a look at it later!
### Future reference:
[[github:eclairevoyant/flake-migration - /nixos.md] How to switch to flakes from path-based nix](https://github.com/eclairevoyant/flake-migration/blob/main/nixos.md)
[[github:eclairevoyant/flake-migration - /nixos.md]How to switch to flakes from path-based nix](https://github.com/eclairevoyant/flake-migration/blob/main/nixos.md)
[[NixOS-WSL GitHub/Site] How to configure NixOS-WSL with flakes?](https://nix-community.github.io/NixOS-WSL/howto.html)

View File

@ -25,12 +25,9 @@ in
direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
enableFishIntegration = false;
enableNushellIntegration = false;
loadInNixShell = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
git = {