Fix missing ;

This commit is contained in:
RealStickman 2023-04-17 21:33:28 +02:00
parent 29f4a060fd
commit 01d4937b30

View File

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