Changed: Thunar
This commit is contained in:
12
home/file_manager/thunar.nix
Normal file
12
home/file_manager/thunar.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user