Add direnv and fix prompt

This commit is contained in:
Mats Rauhala 2021-11-19 22:53:42 +02:00
parent fec9d083da
commit 061c47de75
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@
qutebrowser
kobodl
direnv
myEmacs
myVim
];

View File

@ -47,7 +47,7 @@ let spawn = Config.Command.Spawn
in Config::{
, path = paths
, applications = { terminal, prompt = pkgs.prompt }
, applications = { terminal, prompt = prompt }
, topics =
[ runOnTopic "signal" "${pkgs.signal}/bin/signal-desktop"
, runOnTopic "element" "${pkgs.element}/bin/element-desktop"