nix-dotfiles/hm_modules/thunar.nix

8 lines
94 B
Nix

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