non important commit

This commit is contained in:
maxstrb 2026-01-01 20:43:00 +01:00
parent dc51aec7c8
commit 3d8d7530f4

View file

@ -7,7 +7,7 @@
xfconf.enable = true; xfconf.enable = true;
thunar = { thunar = {
enable = true; enable = true;
plugins = with pkgs.xfce; [ plugins = with pkgs; [
thunar-archive-plugin thunar-archive-plugin
thunar-volman thunar-volman
]; ];
@ -15,7 +15,7 @@
}; };
services = { services = {
devmon.enable = true; devmon.enable = false;
gvfs.enable = true; gvfs.enable = true;
tumbler.enable = true; tumbler.enable = true;
}; };