update flakeify

This commit is contained in:
sadan 2025-06-11 14:14:38 -04:00
parent b83e3161bc
commit b7966b86db
No known key found for this signature in database
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "light.config"]
path = dotfiles/light.config
url = git@github.com:sadan4/light.config.git
[submodule "dotfiles/direnvTemplate"]
path = dotfiles/direnvTemplate
url = git@github.com:sadan4/direnvTemplate

View file

@ -1,5 +1,6 @@
if [ ! -e flake.nix ]; then
nix flake new -t github:nix-community/nix-direnv .
nix flake new -t github:sadan4/direnvTemplate .
direnv allow
elif [ ! -e .envrc ]; then
echo "use flake" > .envrc
direnv allow

@ -0,0 +1 @@
Subproject commit 7f5ded7f1c3f9fb610ab51229b8c91c5de0e9797