linutil
linutil copied to clipboard
❄️ nix (and nixos) support
Type of Change
- [x] New feature
- [x] Refactoring
Description
Issues / other PRs related
- Resolves #759
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [x] My changes generate no errors/warnings/merge conflicts.
Don't forget to modify the configuration.nix for services.
services.flatpak.enable = true; for flatpak
Don't forget to modify the configuration.nix for services.
services.flatpak.enable = true;for flatpak
I know. I am working on this right now. I with nixos would have a tool for updating the config.
I'm hitting kind of a road block here. We need to modify the nix configuration file but there is no parser available. Help is more than welcome.
Closing this for now.