Dolphin: Difference between revisions
NixOS 24.11 has qtwayland in wrapQtAppsHook https://github.com/NixOS/nixpkgs/pull/352419 |
m Provided name of dolphin package for convenience sake. |
||
(2 intermediate revisions by 2 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. | ||
Line 17: | 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 === |