Adicionando o thunar e altedando coisas no cosmic
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
programs.xfconf.enable = true;
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-vcs-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
gvfs.enable = true;
|
||||
tumbler.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user