update fabian configuration
This commit is contained in:
parent
a96e5b7e79
commit
a4b72beaaf
|
@ -51,9 +51,18 @@
|
||||||
|
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
users.users.fabian = {
|
programs.zsh.enable = true;
|
||||||
isNormalUser = true;
|
environment.pathsToLink = [ "/share/zsh" ];
|
||||||
extraGroups = [ "wheel" ];
|
|
||||||
|
users = {
|
||||||
|
users.fabian = {
|
||||||
|
isNormalUser = true;
|
||||||
|
uid = 1002;
|
||||||
|
group = "fabian";
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
extraGroups = [ "users" "wheel" ];
|
||||||
|
};
|
||||||
|
groups.fabian.gid = 1002;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.temp = {
|
users.users.temp = {
|
||||||
|
|
Loading…
Reference in a new issue