updates to dalinar and home

This commit is contained in:
Chris Cochrun 2022-09-06 16:50:59 -05:00
parent 61288cb527
commit e526e19d09
4 changed files with 19 additions and 4 deletions

View file

@ -340,6 +340,10 @@
source = ../fish/functions;
};
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
programs.direnv.nix-direnv.enableFlakes = true;
# programs.qutebrowser.enable = true;
home.file.".config/qutebrowser/config.py" = {
source = ../qutebrowser/config.py;