Enable direnv integration

This commit is contained in:
Rodrigo Arias 2023-09-17 22:27:51 +02:00
parent 653d411b9e
commit d48f3b989a
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,8 @@
bsc.osumb
];
programs.direnv.enable = true;
systemd.services."serial-getty@ttyS0" = {
enable = true;
wantedBy = [ "getty.target" ];

View File

@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
direnv
zsh-completions
nix-zsh-completions
];