mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 13:26:34 +05:30
feat: add user uid and guid
This commit is contained in:
@ -18,7 +18,11 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
user.shell = "${pkgs.zsh}/bin/zsh";
|
user = {
|
||||||
|
uid = 10559;
|
||||||
|
gid = 10559;
|
||||||
|
shell = "${pkgs.zsh}/bin/zsh";
|
||||||
|
};
|
||||||
|
|
||||||
environment.packages = with pkgs; [
|
environment.packages = with pkgs; [
|
||||||
nano
|
nano
|
||||||
|
Reference in New Issue
Block a user