Switch to Thunar file manager

This commit is contained in:
Filippo Berto 2022-11-05 17:15:46 +01:00
parent 30e955e9d8
commit 3ba90df615
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 15 additions and 3 deletions

View file

@ -1 +1,10 @@
{ pkgs, ... }: { home.packages = with pkgs.xfce; [ thunar tumbler xfconf ]; }
{ pkgs, ... }: {
home.packages = with pkgs.xfce; [
thunar
thunar-archive-plugin
thunar-media-tags-plugin
thunar-volman
tumbler
xfconf
];
}