ADD thunar and thunar plugin

main
Alexandre LUCAZEAU 2023-09-25 16:31:08 +02:00
parent 5eddacb1bf
commit d863842579
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@
};
dconf.enable=true;
};
programs.thunar.enable = true;
programs.thunar.plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
# Enable sound.
sound.enable = true;