setup direnv
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./git.nix
|
||||
./zsh.nix
|
||||
./direnv.nix
|
||||
];
|
||||
|
||||
programs.starship.enable = true;
|
||||
|
8
users/richie/home/cli/direnv.nix
Normal file
8
users/richie/home/cli/direnv.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
@ -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
|
||||
|
Reference in New Issue
Block a user