Fix missing ;

This commit is contained in:
RealStickman 2023-04-17 21:33:28 +02:00
parent a924e6c9c9
commit b750876c60

View File

@ -92,7 +92,7 @@ in
# root config
users.users.root = {
shell = pkgs.fish;
}
};
# User config
users.users.${user} = {