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;
|
imports = [ ] ++ lib.optional (builtins.isString desktop) ./desktop.nix;
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
|
||||||
users.jared = {
|
users.jared = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Jared Coppeland";
|
description = "Jared Coppeland";
|
||||||
# video is required for the "light" command to work
|
# video is required for the "light" command to work
|
||||||
extraGroups = [ "networkmanager" ]
|
extraGroups = [ "networkmanager" ]
|
||||||
++ ifExists [ "keys" ]
|
|
||||||
++ ifExists [ "audio" ]
|
++ ifExists [ "audio" ]
|
||||||
++ ifExists [ "video" ];
|
++ ifExists [ "video" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
|
|
Loading…
Add table
Reference in a new issue