aboutsummaryrefslogtreecommitdiff
path: root/home-manager/homeModules/stylix.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-10-03 17:42:10 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commitf224c4438c3a5db75a31bce062c2d4abf7aa569f (patch)
treec2252902de4b83f205fdb6e1eea0f9424325ec38 /home-manager/homeModules/stylix.nix
parentc7258672f796d155e8d70c13c35dfedb03b361b0 (diff)
fix: replace source code pro with fira code font
Diffstat (limited to 'home-manager/homeModules/stylix.nix')
-rw-r--r--home-manager/homeModules/stylix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/homeModules/stylix.nix b/home-manager/homeModules/stylix.nix
index 6951c04..9d53897 100644
--- a/home-manager/homeModules/stylix.nix
+++ b/home-manager/homeModules/stylix.nix
@@ -63,8 +63,8 @@
};
monospace = {
- package = pkgs.nerdfonts.override { fonts = ["SourceCodePro"]; };
- name = "SauceCodePro Nerd Font";
+ package = pkgs.fira-code-nerdfont;
+ name = "FiraCode Nerd Font";
};
emoji = {