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 qutebrowser
kobodl kobodl
direnv
myEmacs myEmacs
myVim myVim
]; ];

View File

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