Changed: Thunar

This commit is contained in:
2025-04-02 19:49:10 +02:00
parent b811bf5f8e
commit 48adc7879c
2 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,5 @@
{ pkgs, ... }:
{
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
}