Created
November 18, 2022 19:59
-
-
Save fpletz/3ae356d94969e10594f48d53e60657a9 to your computer and use it in GitHub Desktop.
tuigreet nixos config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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