nix-config/home/thunar.nix

8 lines
134 B
Nix
Raw Normal View History

2023-06-17 05:00:15 +02:00
{
2024-08-03 20:22:47 +02:00
xdg.configFile."xfce4/helpers.rc".text = # ini
''
TerminalEmulator=kitty
TerminalEmulatorDismissed=true
'';
2023-06-17 05:00:15 +02:00
}