setup direnv

This commit is contained in:
Richie Cahill 2024-05-11 09:47:44 -04:00
parent 44bc4f1531
commit a34dc65d8d
4 changed files with 13 additions and 1 deletions

View File

@ -21,6 +21,8 @@
"concatLists",
"Cryptodisk",
"dialout",
"direnv",
"disren",
"dotfiles",
"eamodio",
"errorlens",
@ -90,6 +92,7 @@
"wireshark",
"xhci",
"yzhang",
"zerotier",
"zerotierone",
"zhaofengli",
"zoxide"

View File

@ -2,6 +2,7 @@
imports = [
./git.nix
./zsh.nix
./direnv.nix
];
programs.starship.enable = true;

View File

@ -0,0 +1,8 @@
{
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}

View File

@ -14,7 +14,6 @@
starship
tmux
zoxide
zsh-nix-shell
# system info
hwloc
lynis
@ -34,6 +33,7 @@
sweet-nova
cinnamon.nemo
cinnamon.nemo-fileroller
gimp
# python
python3
ruff