[Init]
This commit is contained in:
16
modules/greetd.nix
Executable file
16
modules/greetd.nix
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
...
|
||||
}: {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "zsh";
|
||||
user = "sora";
|
||||
};
|
||||
default_session = initial_session;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user