nix: enable autologin and replace regreet with tuigreet
This commit is contained in:
parent
cf6bccd5be
commit
4093f5227c
1 changed files with 7 additions and 3 deletions
|
|
@ -2,11 +2,15 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# display manager
|
# display manager
|
||||||
programs.regreet = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
GTK = {
|
initial_session = {
|
||||||
application_prefer_dark_theme = true;
|
command = "uwsm start default";
|
||||||
|
user = "nico";
|
||||||
|
};
|
||||||
|
default_session = {
|
||||||
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --greet-align left";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue