Skip to content
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

Closed
blaggacao opened this issue Mar 8, 2021 · 5 comments
Closed

greetd minimalism #153

blaggacao opened this issue Mar 8, 2021 · 5 comments
Labels
community improve the community branch

Comments

@blaggacao
Copy link
Contributor

blaggacao commented Mar 8, 2021

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.

@blaggacao blaggacao added the community improve the community branch label Mar 8, 2021
@Th3Whit3Wolf
Copy link

All of these and more are now available on unstable

@nova-nowiz
Copy link
Contributor

@blaggacao Can the unstable modules be imported as supplementary modules to complement the stable ones?

@blaggacao
Copy link
Contributor Author

blaggacao commented Jun 3, 2021

@Narice You would be pulling the corresponding packages in ./overlays/overrides.nix, as for the modules, you can use latestModulePath which is an automagic specialArgs in fup for the input channel named latest. So to pull in modules, it would be something like:

{latestModulePath}: {
    imports = [ "${latestModulePath}/path/to/module.nix" ];
}

it can be that you also need to disable some current stable module with disabledModules if there are conflicts. Not always are those modules compatible tough, so chances are somewhat 50/50.

fup-implementation for reference.

Let me know how it goes. 😉

@nova-nowiz
Copy link
Contributor

Nice, Thanks!
Do you think we can close this issue?

@Pacman99
Copy link
Member

Pacman99 commented Jun 3, 2021

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.
Maybe we can create some tag for thread in GH discussions where you can share links to your content or requests for packaging/modules from others.

@Pacman99 Pacman99 closed this as completed Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community improve the community branch
Projects
None yet
Development

No branches or pull requests

4 participants