aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-01-14 22:03:52 +0100
committerAdrian Kummerlaender2020-01-14 22:03:52 +0100
commit9e4f0d3a0d6cae734436c140f0c584557b813c2c (patch)
tree4252003d952d5811dc97813f9c767f25e4ab3d8b
parent550a09053c26d4183e3f4d3f0d77877f41b15537 (diff)
downloadnixos_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.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 0b23954..3bfb189 100644
--- a/home.nix
+++ b/home.nix
@@ -63,4 +63,11 @@
ns = "nix-shell --command fish";
cat = "bat";
};
+
+ services.lorri.enable = true;
+
+ programs.direnv = {
+ enable = true;
+ enableFishIntegration = true;
+ };
}