From 6ec283a1a7b823dd1dbfba0435321e1f88430482 Mon Sep 17 00:00:00 2001 From: stitchy Date: Thu, 27 Feb 2025 02:28:02 +0000 Subject: [PATCH] feat(nix): add direnv support --- config/zshrc | 3 +++ hosts/default.nix | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config/zshrc b/config/zshrc index b959ed4..439315c 100755 --- a/config/zshrc +++ b/config/zshrc @@ -152,3 +152,6 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then fi export QSYS_ROOTDIR="/home/flyingstitchman/.cache/paru/clone/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/quartus/sopc_builder/bin" + +# Nix Direnv Support +eval "$(direnv hook zsh)" diff --git a/hosts/default.nix b/hosts/default.nix index 84c5923..a8ebc94 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -22,7 +22,13 @@ in }; }; - programs.appimage.binfmt = true; + programs = { + appimage.binfmt = true; + direnv = { + enable = true; + nix-direnv.enable = true; + }; + }; security.sudo.wheelNeedsPassword = false; security.rtkit.enable = true; services = {