1
0
forked from extern/nix-config

feat: Start kitty from thunar

This commit is contained in:
Donovan Glover 2023-05-10 12:52:23 -04:00
parent 680668ede2
commit 0d23db84da
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,6 +13,10 @@
"Xft.hintstyle" = "hintfull";
"Xft.rgba" = "rgb";
};
xdg.configFile."xfce4/helpers.rc".text = ''
TerminalEmulator=kitty
TerminalEmulatorDismissed=true
'';
programs.kitty = {
enable = true;
settings = {