-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
greetd minimalism #153
Comments
All of these and more are now available on unstable |
@blaggacao Can the unstable modules be imported as supplementary modules to complement the stable ones? |
@Narice You would be pulling the corresponding packages in {latestModulePath}: {
imports = [ "${latestModulePath}/path/to/module.nix" ];
} it can be that you also need to disable some current stable module with fup-implementation for reference. Let me know how it goes. 😉 |
Nice, Thanks! |
Yeah I don't think we should encourage module creation or packaging in this repo anyways, since the whole point is to put them in your devos flake and share it. |
Ideas
The below triplet is a really refreshing extremely minimal greeter solution written in rust, that I'd like to adopt in my environments. I might eventually get around and package them myself, but if somebody is interested in beating me to it, it will be an easy win. 😄
Requests
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: