initial commit
This commit is contained in:
12
modules/core/greetd.nix
Normal file
12
modules/core/greetd.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, username, ... }: {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
vt = 3;
|
||||
settings = {
|
||||
default_session = {
|
||||
user = username;
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd niri-session";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user