fixed syntax user.adam

This commit is contained in:
2022-10-19 11:53:18 +02:00
parent 85cf453880
commit 58656b6679

View File

@@ -1,4 +1,8 @@
# Define a user account. Don't forget to set a password with passwd.
{ config, pkgs, ... }:
{
users.users.adam = {
isNormalUser = true;
description = "Adam Rabjerg";
@@ -36,4 +40,6 @@
# Desktop
];
};
};
}