From 3f1bd983565dfd40f1ba2c3d602cf838f35de6e5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Dec 2023 17:58:19 -0800 Subject: delete more unused configurations --- home/darwin.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'home/darwin.nix') diff --git a/home/darwin.nix b/home/darwin.nix index ef2787d..b4a49d8 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -3,11 +3,10 @@ home.stateVersion = "23.05"; imports = [ - ./git.nix - ./zsh.nix ./dev.nix - ./tmux.nix + ./git.nix ./ssh.nix + ./zsh.nix ]; home.packages = with pkgs; [ @@ -22,6 +21,14 @@ tree ]; + home.sessionVariables = { + EDITOR = "emacsclient -a="; + VISUAL = "emacsclient -a="; + LESS = "-FRSXM"; + LESSCHARSET = "utf-8"; + PAGER = "less"; + }; + programs = { direnv = { enable = true; -- cgit v1.2.3