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", "concatLists",
"Cryptodisk", "Cryptodisk",
"dialout", "dialout",
"direnv",
"disren",
"dotfiles", "dotfiles",
"eamodio", "eamodio",
"errorlens", "errorlens",
@ -90,6 +92,7 @@
"wireshark", "wireshark",
"xhci", "xhci",
"yzhang", "yzhang",
"zerotier",
"zerotierone", "zerotierone",
"zhaofengli", "zhaofengli",
"zoxide" "zoxide"

View File

@ -2,6 +2,7 @@
imports = [ imports = [
./git.nix ./git.nix
./zsh.nix ./zsh.nix
./direnv.nix
]; ];
programs.starship.enable = true; 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 starship
tmux tmux
zoxide zoxide
zsh-nix-shell
# system info # system info
hwloc hwloc
lynis lynis
@ -34,6 +33,7 @@
sweet-nova sweet-nova
cinnamon.nemo cinnamon.nemo
cinnamon.nemo-fileroller cinnamon.nemo-fileroller
gimp
# python # python
python3 python3
ruff ruff