add zsh user to default user in lightdm

This commit is contained in:
Alexander Szczepanski
2021-08-02 18:13:22 +02:00
parent d1ac6436c1
commit 7125092f15

View File

@ -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 = {