Update users.nix
This commit is contained in:
parent
e260a4e603
commit
51f33d2bd5
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# users.nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.fred = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -8,3 +12,4 @@ users.users.fred = {
|
|||
fastfetch
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue