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. # Define a user account. Don't forget to set a password with passwd.
{ config, pkgs, ... }:
{
users.users.adam = { users.users.adam = {
isNormalUser = true; isNormalUser = true;
description = "Adam Rabjerg"; description = "Adam Rabjerg";
@@ -37,3 +41,5 @@
# Desktop # Desktop
]; ];
}; };
}