Alternative Package Sets: Difference between revisions

imported>Ixxie
m Overlays: more capitalization issues.
imported>Ixxie
m NixOS enhancements: capitalization and punctuation issues fixed.
Line 18: Line 18:
Some external modules provide extra functionality to the nixpkgs module system. You can include these modules after extracting them onto the system by using <code>imports = [ `path to module`]</code> or add them to your <code>NIX_PATH</code> via <code>NIX_PATH=$NIX_PATH:musnix=/path/to/musnix</code> and import them by including <code>imports = [ <musnix> ]</code> in your </code>configuration.nix<code..
Some external modules provide extra functionality to the nixpkgs module system. You can include these modules after extracting them onto the system by using <code>imports = [ `path to module`]</code> or add them to your <code>NIX_PATH</code> via <code>NIX_PATH=$NIX_PATH:musnix=/path/to/musnix</code> and import them by including <code>imports = [ <musnix> ]</code> in your </code>configuration.nix<code..


* [https://github.com/zalora/nixsap nixsap] - allows to run multiple instances of a service without containers
* [https://github.com/zalora/nixsap Nixsap] - allows to run multiple instances of a service without containers.
* [https://github.com/musnix/musnix musnix] - Real-time audio in NixOS
* [https://github.com/musnix/musnix musnix] - real-time audio in NixOS.
* [https://github.com/xtruder/nix-profiles x-truder nix-profiles] - Modules for nix to quickly configure your system based on application profiles
* [https://github.com/xtruder/nix-profiles X-Truder Nix-profiles] - modules for Nix to quickly configure your system based on application profiles.


[[Category:NixOS]]
[[Category:NixOS]]