Dolphin: Difference between revisions
m Provided name of dolphin package for convenience sake. |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{disambiguation|Dolphin Emulator}} | |||
Dolphin is the [[KDE]] desktop's file manager. When using dolphin without KDE, you may want to install some optional dependencies. | Dolphin is the [[KDE]] desktop's file manager. When using dolphin without KDE, you may want to install some optional dependencies. | ||
== Troubleshooting == | == Troubleshooting == | ||
=== Icons === | === Icons === | ||
Line 26: | 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 === | ||
https://wiki.archlinux.org/title/Dolphin#File_previews | https://wiki.archlinux.org/title/Dolphin#File_previews | ||
[[Category:Applications]] | |||
[[Category:File Manager]] |