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")
|
(fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.shells = with pkgs; [ bashInteractive zsh ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
vscode-server.enable = true;
|
vscode-server.enable = true;
|
||||||
openssh = {
|
openssh = {
|
||||||
|
Reference in New Issue
Block a user