remove redundant zsh.enable from chmura

This commit is contained in:
jacekpoz 2024-02-29 01:14:06 +01:00
parent 5682f311dc
commit 3c27e8d4c6
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -29,8 +29,6 @@ in {
];
};
programs.zsh.enable = true;
users.users.${username} = {
extraGroups = [ "docker" ];
};