setup direnv
This commit is contained in:
parent
44bc4f1531
commit
a34dc65d8d
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -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"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
./git.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
./direnv.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.starship.enable = true;
|
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user