thunar: add gvfs
This commit is contained in:
parent
1109eac9fa
commit
304f14ac57
1 changed files with 23 additions and 0 deletions
23
modules/programs/gui/thunar/module.nix
Normal file
23
modules/programs/gui/thunar/module.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs.xfce)
|
||||
thunar-volman
|
||||
thunar-vcs-plugin
|
||||
thunar-archive-plugin
|
||||
thunar-media-tags-plugin
|
||||
;
|
||||
};
|
||||
};
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
package = pkgs.gvfs;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue