nix-config/home-manager/sajenim/features/desktop/thunar/default.nix
2025-03-08 12:02:30 +08:00

7 lines
88 B
Nix

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