10 lines
167 B
Nix
10 lines
167 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs.xfce; [
|
|
thunar
|
|
thunar-archive-plugin
|
|
thunar-media-tags-plugin
|
|
thunar-volman
|
|
tumbler
|
|
xfconf
|
|
];
|
|
}
|