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

@@ -24,7 +24,7 @@
theme = {
theme = mkOption { type = types.str; default = "catppuccin-mocha"; };
icon-theme = mkOption { type = types.str; default = "Papirus-Dark"; };
font = mkOption { type = types.str; default = "FiraCode Nerd Font 11"; };
font = mkOption { type = types.str; default = "Cascadia Code 11"; };
wallpaper = mkOption { type = types.str; default = ""; };
};
};