Dolphin: Difference between revisions
No edit summary |
m Provided name of dolphin package for convenience sake. |
||
Line 19: | Line 19: | ||
]; | ]; | ||
</nowiki>}} | </nowiki>}} | ||
=== Install === | |||
{{File|3=<nowiki> | |||
environment.systemPackages = with pkgs; [ | |||
kdePackages.dolphin # This is the actual dolphin package | |||
]; | |||
<nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | |||
``` | |||
<nowiki> | |||
environment.systemPackages = with pkgs; [ | |||
kdePackages.dolphin # This is the actual dolphin package | |||
]; | |||
<nowiki> | |||
``` | |||
=== File previews === | === File previews === |