add zsh user to default user in lightdm
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
(fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master")
|
||||
];
|
||||
|
||||
environment.shells = with pkgs; [ bashInteractive zsh ];
|
||||
|
||||
services = {
|
||||
vscode-server.enable = true;
|
||||
openssh = {
|
||||
|
Reference in New Issue
Block a user