fix: error - only one wireless daemon is allowed at the time, speed up wechat download

This commit is contained in:
Ryan Yin
2026-01-02 22:15:26 +08:00
parent f4f3ff347c
commit 94e431abfc
4 changed files with 13 additions and 12 deletions

View File

@@ -36,7 +36,7 @@
# thunar file manager(part of xfce) related options
thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
thunar-volman
];