Update Jared's user

This commit is contained in:
albert 2025-01-13 23:49:03 +01:00
parent 8c525d2124
commit f225ac1cb5
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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;