Dict: Difference between revisions
imported>Crocodillian m Add note to rebuild system after adding package to config. |
m reduced categories to Category:Applications Category:Networking |
||
| (One intermediate revision by one other user not shown) | |||
| Line 6: | Line 6: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
environment.systemPackages = with pkgs; [ | { | ||
environment = { | |||
etc."dict.conf".text = "server dict.org"; | |||
systemPackages = with pkgs; [ dict ]; | |||
}; | |||
} | |||
</nowiki>}} | </nowiki>}} | ||
and rebuild your system. | and rebuild your system. | ||
== Usage == | == Usage == | ||
| Line 32: | Line 29: | ||
* [http://dict.org/bin/Dict The <code>dict.org</code> web dictionary lookup tool] | * [http://dict.org/bin/Dict The <code>dict.org</code> web dictionary lookup tool] | ||
[[Category:Applications]] | |||
[[Category: | |||
[[Category:Networking]] | [[Category:Networking]] | ||