lkajsdlksajdlksajd
This commit is contained in:
parent
36378a9230
commit
4d86ebab95
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
../../users/pbsds
|
../../users/pbsds
|
||||||
../../users/daniel
|
../../users/daniel
|
||||||
../../users/eirikwitt
|
../../users/eirikwit
|
||||||
../../users/h7x4
|
../../users/h7x4
|
||||||
|
|
||||||
../../profiles/shell.nix
|
../../profiles/shell.nix
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
../../users/pbsds
|
../../users/pbsds
|
||||||
../../users/daniel
|
../../users/daniel
|
||||||
../../users/eirikwitt
|
../../users/eirikwit
|
||||||
../../users/h7x4
|
../../users/h7x4
|
||||||
|
|
||||||
../../profiles/shell.nix
|
../../profiles/shell.nix
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
{
|
{
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
users.users.eirikwitt = {
|
users.users.eirikwit = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1005;
|
uid = 1005;
|
||||||
description = "eirikwitt";
|
description = "eirik";
|
||||||
extraGroups = [ "networkmanager" "wheel" ]; # TODO: NAS stuff
|
extraGroups = [ "networkmanager" "wheel" ]; # TODO: NAS stuff
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|
Loading…
Reference in New Issue