From afa96ad4bf749e1e8e8b970a31a29ee42a5c3c6a Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 6 Apr 2026 21:16:34 +0300 Subject: [PATCH] install nil and ensure nix is available in emacs --- home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 73eadbe..3f907b8 100644 --- a/home.nix +++ b/home.nix @@ -17,11 +17,10 @@ dnsutils jq ripgrep + nil + nix ]; - home.file = { - }; - home.sessionVariables = { EDITOR = "emacs"; };