font: try cascadia code

This commit is contained in:
2024-05-02 14:16:25 +02:00
parent 941e8a5dca
commit 8e7629da2e
6 changed files with 8 additions and 8 deletions

View File

@@ -69,12 +69,11 @@
carlito # NixOS
vegur # NixOS
source-code-pro
jetbrains-mono
font-awesome # Icons
hack-font
corefonts # MS
intel-one-mono
office-code-pro
cascadia-code
(nerdfonts.override { # Nerdfont Icons override
fonts = [
"FiraCode"

View File

@@ -58,7 +58,7 @@
carlito # NixOS
vegur # NixOS
source-code-pro
jetbrains-mono
cascadia-code
font-awesome # Icons
hack-font
corefonts # MS

View File

@@ -123,7 +123,7 @@
# package = pkgs.papirus-icon-theme;
# };
# font = {
# name = "FiraCode Nerd Font"; # or FiraCode Nerd Font Mono Medium
# name = "Cascadia Code"; # or FiraCode Nerd Font Mono Medium
# }; # Cursor is declared under home.pointerCursor
# };
systemd.user.services.mpris-proxy = {