Change font
This commit is contained in:
parent
a231c51582
commit
c5c7849d6f
3 changed files with 9 additions and 8 deletions
|
|
@ -289,13 +289,13 @@
|
||||||
:default-weight semilight
|
:default-weight semilight
|
||||||
:default-height 250)
|
:default-height 250)
|
||||||
(t
|
(t
|
||||||
:default-family "Iosevka Comfy"
|
:default-family "Cascadia Code"
|
||||||
:default-weight regular
|
:default-weight regular
|
||||||
:default-height 140
|
:default-height 130
|
||||||
:fixed-pitch-height 1.0
|
:fixed-pitch-height 1.0
|
||||||
:fixed-pitch-serif-height 1.0
|
:fixed-pitch-serif-height 1.0
|
||||||
:variable-pitch-family "Iosevka Comfy Motion Duo"
|
:variable-pitch-family "Noto Sans"
|
||||||
:variable-pitch-height 1.0
|
:variable-pitch-height 1.1
|
||||||
:bold-weight bold
|
:bold-weight bold
|
||||||
:italic-slant italic
|
:italic-slant italic
|
||||||
:line-spacing 0.2)))
|
:line-spacing 0.2)))
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
font_family Cascadia Code
|
||||||
|
font_size 13.0
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
tab_bar_style slant
|
tab_bar_style slant
|
||||||
window_padding_width 18
|
window_padding_width 18
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,11 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bottom
|
bottom
|
||||||
|
cascadia-code
|
||||||
cmake
|
cmake
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
|
fira-code
|
||||||
gnupg
|
gnupg
|
||||||
htop
|
htop
|
||||||
iosevka-comfy.comfy
|
iosevka-comfy.comfy
|
||||||
|
|
@ -15,6 +17,7 @@
|
||||||
jq
|
jq
|
||||||
kubectl
|
kubectl
|
||||||
nodejs_18
|
nodejs_18
|
||||||
|
noto-fonts
|
||||||
pass
|
pass
|
||||||
python311Packages.python-lsp-server
|
python311Packages.python-lsp-server
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
@ -149,10 +152,6 @@
|
||||||
|
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
|
||||||
size = 14;
|
|
||||||
name = "Iosevka Comfy";
|
|
||||||
};
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
${builtins.readFile ../config/kitty/kitty.conf}
|
${builtins.readFile ../config/kitty/kitty.conf}
|
||||||
${builtins.readFile ../config/kitty/dracula.conf}
|
${builtins.readFile ../config/kitty/dracula.conf}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue