We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm using regreet as greeter when booting NixOS. I have the following config to customize regreet.
programs.regreet = { enable = true; theme = { name = "Lounge-night-compact"; package = pkgs.lounge-gtk-theme; }; cursorTheme = { name = "catppuccin-mocha-yellow-cursors"; package = pkgs.catppuccin-cursors.mochaYellow; }; iconTheme = { name = "Lounge-aux"; package = pkgs.buildEnv { name = "regreet-icons"; paths = with pkgs; [ adwaita-icon-theme lounge-gtk-theme ]; }; }; settings = { background = { path = ../resources/regreet-wallpaper.png; fit = "Contain"; }; }; };
The following works in Demo mode. But when I tried it when logging in, it doesn't work at all.
The text was updated successfully, but these errors were encountered:
A couple of questions:
Sorry, something went wrong.
No branches or pull requests
Hello, I'm using regreet as greeter when booting NixOS. I have the following config to customize regreet.
The following works in Demo mode. But when I tried it when logging in, it doesn't work at all.
The text was updated successfully, but these errors were encountered: