remove redundant direnv config from chmura

This commit is contained in:
jacekpoz 2024-02-29 01:13:53 +01:00
parent 30eac239e5
commit 5682f311dc
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -31,11 +31,6 @@ in {
programs.zsh.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
users.users.${username} = {
extraGroups = [ "docker" ];
};