feat: try out intel-one-mono font

This commit is contained in:
Moritz Böhme 2024-08-19 09:54:40 +02:00
parent 56505a065f
commit 7fb108df31
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 8 additions and 6 deletions

View file

@ -255,10 +255,11 @@ in
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
(nerdfonts.override {
packages = [
(pkgs.nerdfonts.override {
fonts = [ "FiraCode" ];
})
pkgs.master.intel-one-mono
];
};

View file

@ -22,13 +22,14 @@ in
window_padding_width = 3;
confirm_os_window_close = 0;
background_opacity = "0.9";
font_features = "IntelOneMono-Regular +ss01";
};
keybindings = {
"ctrl+plus" = "change_font_size all +2.0";
"ctrl+minus" = "change_font_size all -2.0";
};
font = {
name = "FiraCode Nerd Font";
name = "Intel One Mono";
size = 10;
};
};