Try fixing zsh not being enabled

This commit is contained in:
Evie Litherland-Smith 2023-08-05 18:09:44 +01:00
parent 14d8b5683c
commit d72a4738c4

View file

@ -29,7 +29,7 @@ in
networking.networkmanager.enable = true;
services.power-profiles-daemon.enable = true;
virtualisation.podman.enable = true;
programs.${shell}.enable = true;
programs = { ${shell}.enable = true; };
# Set your time zone.
time.timeZone = "Europe/London";
i18n = {