non important commit

This commit is contained in:
maxstrb 2026-02-27 21:25:49 +01:00
parent 106cc0f0b9
commit edbd4d7547
5 changed files with 2 additions and 26 deletions

View file

@ -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;
};
}