nix-config/modules/thunar/enable.nix

4 lines
60 B
Nix
Raw Normal View History

2025-07-25 10:43:30 +01:00
{
flake.modules.pc.nixos.programs.thunar.enable = true;
}