diff options
author | Adrian Kummerlaender | 2020-01-14 22:03:52 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2020-01-14 22:03:52 +0100 |
commit | 9e4f0d3a0d6cae734436c140f0c584557b813c2c (patch) | |
tree | 4252003d952d5811dc97813f9c767f25e4ab3d8b | |
parent | 550a09053c26d4183e3f4d3f0d77877f41b15537 (diff) | |
download | nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.tar nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.tar.gz nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.tar.bz2 nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.tar.lz nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.tar.xz nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.tar.zst nixos_home-9e4f0d3a0d6cae734436c140f0c584557b813c2c.zip |
Setup lorri
-rw-r--r-- | home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -63,4 +63,11 @@ ns = "nix-shell --command fish"; cat = "bat"; }; + + services.lorri.enable = true; + + programs.direnv = { + enable = true; + enableFishIntegration = true; + }; } |