thunar?
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs = {
|
programs.xfconf.enable = true;
|
||||||
thunar = {
|
programs.thunar.enable = true;
|
||||||
enable = true;
|
programs.thunar.plugins = with pkgs.xfce; [
|
||||||
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
thunar-archive-plugin
|
||||||
};
|
thunar-volman
|
||||||
xfconf.enable = true;
|
];
|
||||||
};
|
|
||||||
services = {
|
services = {
|
||||||
gvfs.enable = true; # Mount, trash, ...
|
gvfs.enable = true; # Mount, trash, ...
|
||||||
tumbler.enable = true; # Thumbnail support for images.
|
tumbler.enable = true; # Thumbnail support for images.
|
||||||
|
|||||||
Reference in New Issue
Block a user