Jump to content

Unfree software: Difference between revisions

m
→‎For all packages: formatting, grammar
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>
The previous method '''should''' work for Home-Manager standalone
 
If you're on the master branch update past this [https://github.com/nix-community/home-manager/commit/b2a2133c9a0b0aa4d06d72b5891275f263ee08df commit]
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:
on home-manager 23.05 the work-around is using:
 
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{
{
Line 26: Line 28:
}
}
</syntaxhighlight>
</syntaxhighlight>


=== Command Line ===
=== Command Line ===
Anonymous user