mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 17:11:03 +01:00
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;
|
|
}
|