home-manager: add direnv.toml

This commit is contained in:
surtur 2023-08-03 12:09:17 +02:00
parent ec3e0b5a2a
commit 8286507e90
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 6 additions and 0 deletions

@ -0,0 +1,2 @@
[global]
load_dotenv = true

@ -130,6 +130,10 @@ in {
source = ./bin/sway-locker;
};
".config/direnv/direnv.toml" = {
source = ./.config/direnv/direnv.toml;
};
".config/fusuma/config-wl.yml" = {
source = ./.config/fusuma/config-wl.yml;
};