stockholm/makefu/2configs/tools/pcmanfm-extra.nix
2022-06-10 21:39:00 +02:00

11 lines
173 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
pcmanfm
lxqt.lxqt-policykit
shared-mime-info
lxmenu-data
];
services.gvfs.enable = true;
}