diff --git a/user-adam.nix b/user-adam.nix index 4b941b6..c027648 100644 --- a/user-adam.nix +++ b/user-adam.nix @@ -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 ]; - }; \ No newline at end of file + }; + +} \ No newline at end of file