mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-21 02:46:57 +01:00
dwm: Add greetd settings
Long-term it may be ideal to simply start dwm on tty2.
This commit is contained in:
parent
104b62c6d4
commit
39d73d1ed1
@ -310,5 +310,10 @@ in
|
|||||||
accelProfile = "flat";
|
accelProfile = "flat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
greetd.settings = {
|
||||||
|
default_session.command = lib.mkForce "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd startx --time-format '%F %R'";
|
||||||
|
initial_session.command = lib.mkForce "${pkgs.xorg.xinit}/bin/startx";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user