mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Move direnv into it's own module
This commit is contained in:
parent
c245e9422a
commit
e72397e3e1
3 changed files with 17 additions and 9 deletions
|
|
@ -8,7 +8,11 @@
|
|||
sops.enable = true;
|
||||
|
||||
programs = {
|
||||
shell.zsh.enable = true;
|
||||
shell = {
|
||||
zsh.enable = true;
|
||||
aliases.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
git.enable = true;
|
||||
kitty.enable = true;
|
||||
vscode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue