Skip to content

Instantly share code, notes, and snippets.

@fpletz
Created November 18, 2022 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fpletz/3ae356d94969e10594f48d53e60657a9 to your computer and use it in GitHub Desktop.
Save fpletz/3ae356d94969e10594f48d53e60657a9 to your computer and use it in GitHub Desktop.
tuigreet nixos config
{
services.greetd = {
enable = true;
settings.default_session.command = "${lib.makeBinPath [pkgs.greetd.tuigreet]}/tuigreet --time --cmd ${cfg.greetCmd}";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment