Compare commits
2 commits
2134f1f1d4
...
a28e2a8f36
Author | SHA1 | Date | |
---|---|---|---|
a28e2a8f36 | |||
e37c9a338e |
2 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -25,9 +25,12 @@ in
|
|||
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = false;
|
||||
enableNushellIntegration = false;
|
||||
loadInNixShell = true;
|
||||
};
|
||||
|
||||
git = {
|
||||
|
|
Loading…
Reference in a new issue