phone: Add thunar support

This commit is contained in:
Donovan Glover 2024-06-16 21:10:42 -04:00
parent 866cce9f50
commit 66c01167d0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -40,6 +40,16 @@ in
};
};
programs.thunar = {
enable = true;
plugins = attrValues {
inherit (pkgs.xfce) thunar-volman;
};
};
services.tumbler.enable = true;
fonts = {
enableDefaultPackages = false;