diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:59:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:59:01 -0700 |
commit | bf3a7126463f45364abcf8d6012dde51e51e4b3f (patch) | |
tree | a35d402674c1ba3111ba1efccb0b8a4073466fa9 /profiles | |
parent | gitea: add a dashboard for grafana (diff) | |
download | world-bf3a7126463f45364abcf8d6012dde51e51e4b3f.tar.gz |
home: add a module for direnv
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix index 494a7b3..2f3b26e 100644 --- a/profiles/desktop/default.nix +++ b/profiles/desktop/default.nix @@ -14,6 +14,7 @@ in { }; home = { emacs.enable = true; + direnv.enable = true; firefox.enable = true; pcmanfm.enable = true; terminal.program = "alacritty"; |