summaryrefslogtreecommitdiff
path: root/nix-home-config/my-env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-home-config/my-env.nix')
-rw-r--r--nix-home-config/my-env.nix6
1 files changed, 6 insertions, 0 deletions
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