this change makes kitty.extraConfig obey the lib.mkOrder function so that text can be inserted at the right place.
6 lines
220 B
Nix
6 lines
220 B
Nix
{
|
|
kitty-example-settings = ./example-settings.nix;
|
|
kitty-theme-to-themeFile = ./theme-to-themeFile.nix;
|
|
kitty-null-shellIntegration = ./null-shellIntegration.nix;
|
|
kitty-example-mkOrder = ./example-mkOrder.nix;
|
|
}
|