Update Jared's user
This commit is contained in:
parent
8c525d2124
commit
f225ac1cb5
1 changed files with 0 additions and 2 deletions
|
@ -6,13 +6,11 @@ in {
|
|||
imports = [ ] ++ lib.optional (builtins.isString desktop) ./desktop.nix;
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
users.jared = {
|
||||
isNormalUser = true;
|
||||
description = "Jared Coppeland";
|
||||
# video is required for the "light" command to work
|
||||
extraGroups = [ "networkmanager" ]
|
||||
++ ifExists [ "keys" ]
|
||||
++ ifExists [ "audio" ]
|
||||
++ ifExists [ "video" ];
|
||||
shell = pkgs.fish;
|
||||
|
|
Loading…
Add table
Reference in a new issue