nix-dotfiles/home_manager/modules/thunar.nix
2022-06-01 11:23:20 +02:00

8 lines
94 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs.xfce; [
thunar
tumbler
xfconf
];
}