mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Reorder kitty config options
This commit is contained in:
parent
52d4fe4308
commit
fcae6786d5
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,13 @@
|
||||||
homeConfiguration "nixos" {
|
homeConfiguration "nixos" {
|
||||||
programs.kitty = enabled {
|
programs.kitty = enabled {
|
||||||
font.name = "JetBrainsMono Nerd Font";
|
font.name = "JetBrainsMono Nerd Font";
|
||||||
|
font.size = 12;
|
||||||
font.package = (pkgs.nerdfonts.override {
|
font.package = (pkgs.nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
"JetBrainsMono"
|
"JetBrainsMono"
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
font.size = 12;
|
|
||||||
theme = "Gruvbox Dark";
|
theme = "Gruvbox Dark";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue