mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 04:31:21 +02:00
feat: Start kitty from thunar
This commit is contained in:
parent
680668ede2
commit
0d23db84da
@ -13,6 +13,10 @@
|
|||||||
"Xft.hintstyle" = "hintfull";
|
"Xft.hintstyle" = "hintfull";
|
||||||
"Xft.rgba" = "rgb";
|
"Xft.rgba" = "rgb";
|
||||||
};
|
};
|
||||||
|
xdg.configFile."xfce4/helpers.rc".text = ''
|
||||||
|
TerminalEmulator=kitty
|
||||||
|
TerminalEmulatorDismissed=true
|
||||||
|
'';
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user