Move common host features to features-nixos folder
This commit is contained in:
9
features-nixos/optional/pcmanfm.nix
Normal file
9
features-nixos/optional/pcmanfm.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{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
|
||||
}
|
||||
Reference in New Issue
Block a user