Skip to content

Commit

Permalink
chore(wezterm): Remove unused font
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 10, 2024
1 parent 0df8563 commit 0b3b268
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions home-manager/modules/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
let fish_path_lua_str = "'${pkgs.fish}/bin/fish'";
in {
home = {
packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
maple-mono
];
packages = with pkgs; [ maple-mono ];
sessionVariables = { TERM = "wezterm"; };
};
programs.wezterm = {
Expand Down

0 comments on commit 0b3b268

Please sign in to comment.