Skip to content

Commit

Permalink
[𝚫] (themes): trying various cursive fonts...
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Feb 18, 2024
1 parent e9b08f6 commit 23be6ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/themes/catppuccin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ in {

fontConfig = {
packages = attrValues {
inherit (pkgs) dancing-script noto-fonts-emoji sarasa-gothic;
inherit (pkgs) noto-fonts-emoji sarasa-gothic;
google-fonts = pkgs.google-fonts.override {fonts = ["Amita"];};
nerdfonts =
pkgs.nerdfonts.override {fonts = ["Arimo" "VictorMono"];};
};
Expand Down
3 changes: 2 additions & 1 deletion modules/themes/kanagawa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ in {
};
fontConfig = {
packages = attrValues {
inherit (pkgs) dancing-script noto-fonts-emoji sarasa-gothic;
inherit (pkgs) noto-fonts-emoji sarasa-gothic;
google-fonts = pkgs.google-fonts.override {fonts = ["Amita"];};
nerdfonts =
pkgs.nerdfonts.override {fonts = ["Arimo" "VictorMono"];};
};
Expand Down
3 changes: 2 additions & 1 deletion modules/themes/rose-pine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ in {
};
fontConfig = {
packages = attrValues {
inherit (pkgs) dancing-script noto-fonts-emoji sarasa-gothic;
inherit (pkgs) noto-fonts-emoji sarasa-gothic;
google-fonts = pkgs.google-fonts.override {fonts = ["Amita"];};
nerdfonts =
pkgs.nerdfonts.override {fonts = ["Arimo" "VictorMono"];};
};
Expand Down
3 changes: 2 additions & 1 deletion modules/themes/tokyonight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ in {

fontConfig = {
packages = attrValues {
inherit (pkgs) dancing-script noto-fonts-emoji sarasa-gothic;
inherit (pkgs) noto-fonts-emoji sarasa-gothic;
google-fonts = pkgs.google-fonts.override {fonts = ["Amita"];};
nerdfonts = pkgs.nerdfonts.override {fonts = ["VictorMono"];};
};
mono = ["VictorMono Nerd Font Mono"];
Expand Down

0 comments on commit 23be6ce

Please sign in to comment.