thunar overlay test

This commit is contained in:
2024-03-03 23:06:39 +01:00
parent 5f4dacd956
commit 0b11bb2b15
5 changed files with 18 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
{
imports = [
./alacritty
./thunar
./neovim
./git.nix
./wallpaper.nix

View File

@@ -1,14 +0,0 @@
{ pkgs, ... }:
{
programs.xfconf.enable = true;
programs.thunar.enable = true;
programs.thunar.plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
services = {
gvfs.enable = true; # Mount, trash, ...
tumbler.enable = true; # Thumbnail support for images.
};
}