mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-04 21:19:15 +02:00
8 lines
134 B
Nix
8 lines
134 B
Nix
{
|
|
xdg.configFile."xfce4/helpers.rc".text = # ini
|
|
''
|
|
TerminalEmulator=kitty
|
|
TerminalEmulatorDismissed=true
|
|
'';
|
|
}
|