nixos-config/2configs/tools/pcmanfm-extra.nix

11 lines
173 B
Nix
Raw Normal View History

2019-04-05 02:02:08 +02:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
pcmanfm
lxqt.lxqt-policykit
2022-06-10 21:37:49 +02:00
shared-mime-info
2019-04-05 02:02:08 +02:00
lxmenu-data
];
2019-10-15 08:47:31 +02:00
services.gvfs.enable = true;
2019-04-05 02:02:08 +02:00
}