aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+ };
}