Files
dotfiles/hosts/common/optional/pcmanfm.nix
2025-09-11 08:03:22 +02:00

10 lines
254 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
shared-mime-info # extended mimetype support
lxmenu-data # open with "Installed Applications"
pcmanfm
];
services.gvfs.enable = true; # Mount, trash, and other functionalities
}