non important commit
This commit is contained in:
parent
106cc0f0b9
commit
edbd4d7547
5 changed files with 2 additions and 26 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gvfs
|
||||
];
|
||||
|
||||
programs = {
|
||||
xfconf.enable = true;
|
||||
thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
devmon.enable = false;
|
||||
gvfs.enable = true;
|
||||
tumbler.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue