Jump to content

Unfree software: Difference between revisions

m
imported>Hypnosis2839
m (→‎For all packages: formatting, grammar)
imported>Hypnosis2839
Line 13: Line 13:
=== For all packages ===
=== For all packages ===


This method works for NixOS system level configuration:
This method works for NixOS system-level configuration:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
Line 21: Line 21:
</syntaxhighlight>
</syntaxhighlight>


If you use standalone Home-Manager, and you are on the stable (23.05) branch or any commmit before [https://github.com/nix-community/home-manager/commit/b2a2133c9a0b0aa4d06d72b5891275f263ee08df this commit], use the folliwing instead:
If you use standalone Home-Manager, and you are on the stable (23.05) branch or any commmit before [https://github.com/nix-community/home-manager/commit/b2a2133c9a0b0aa4d06d72b5891275f263ee08df this commit], use the following instead:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
Anonymous user