Initial commit
This commit is contained in:
15
modules/features/thunar.nix
Normal file
15
modules/features/thunar.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
flake.nixosModules.thunar = {pkgs, ...}: {
|
||||
programs.thunar.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
xdg.mime.defaultApplications = {
|
||||
"inode/directory" = "thunar.desktop";
|
||||
};
|
||||
|
||||
/* persistance.cache.directories = [
|
||||
".config/vesktop"
|
||||
];*/
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user