1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Reorder kitty config options

This commit is contained in:
RGBCube 2023-11-12 23:58:34 +03:00
parent 52d4fe4308
commit fcae6786d5
No known key found for this signature in database

View file

@ -3,12 +3,13 @@
homeConfiguration "nixos" {
programs.kitty = enabled {
font.name = "JetBrainsMono Nerd Font";
font.size = 12;
font.package = (pkgs.nerdfonts.override {
fonts = [
"JetBrainsMono"
];
});
font.size = 12;
theme = "Gruvbox Dark";
settings = {