Unfree software: Difference between revisions
imported>Gerg-L No edit summary |
imported>Hypnosis2839 m →For all packages: formatting, grammar |
||
Line 12: | Line 12: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== 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 18: | Line 20: | ||
} | } | ||
</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: | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
{ | { | ||
Line 26: | Line 28: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Command Line === | === Command Line === |