thunar overlay test
This commit is contained in:
6
home/overlays/nautilus.nix
Normal file
6
home/overlays/nautilus.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
|
||||
final: prev: {
|
||||
nautilus = prev.nautilus.override { rev = 3.34 0.3; };
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./alacritty
|
||||
./thunar
|
||||
./neovim
|
||||
./git.nix
|
||||
./wallpaper.nix
|
||||
|
||||
@@ -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.
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user