From 9b13124581a9399db6f4153acdc88a56514afd80 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 13 Feb 2020 08:20:01 -0500 Subject: lorri --- nix-home-config/my-env.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nix-home-config') diff --git a/nix-home-config/my-env.nix b/nix-home-config/my-env.nix index 1f4831d..667b597 100644 --- a/nix-home-config/my-env.nix +++ b/nix-home-config/my-env.nix @@ -3,12 +3,18 @@ { programs.home-manager.enable = true; programs.neovim.enable = true; + services.lorri.enable = true; home.sessionVariables = { EDITOR = "nvim"; }; + home.file.".zshrc-nix-hook".text = '' + eval "$(direnv hook zsh)" + ''; + home.packages = with pkgs; [ + direnv htop iw wirelesstools -- cgit v1.2.3