-
Notifications
You must be signed in to change notification settings - Fork 31
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
Help-wanted: install with configuration.nix #132
Comments
I have everything set up using flakes (see my repositories). Maybe you can use that as a basis to build sth without flakes. Unfortunately I have got very little time at the moment and can't provide support, maybe other nix users on here can. |
I was able to get this working, mostly by copying the contents of the flakes into derivations. Though, I'm pretty new to nix, so my style not be the greatest ;) For pyWM:
The module thefuzz is not currently part of nixpkgs, so you need to create a derivation for that:
And then finally, import those two derivations into your newm derivation:
Then you just call this package and add it to your system packages. You'll also want to add it to your display manager's session packages. |
How do I install this in my configuration.nix? In hyprland (my previous wm) there's a guide; https://github.com/hyprwm/Hyprland/wiki/Installation#without-flakes is there such a thing for newm?
The text was updated successfully, but these errors were encountered: