diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 15:32:38 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 15:32:38 -0400 |
| commit | 9ded962b7bb48df298568b04eac08eb658cc5edf (patch) | |
| tree | 15e9a68e62e1a243439f389a24923f2f50804388 /modules/global.nix | |
| parent | 4bc0c6912de76c20c52b23d8897f29a6524ebd67 (diff) | |
| download | home-9ded962b7bb48df298568b04eac08eb658cc5edf.tar.gz | |
update
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index f815b23..7df75e5 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -56,6 +56,7 @@ in programs = { home-manager.enable = true; + direnv.enable = true; }; dconf = { |