Skip to content

Commit

Permalink
pkgs,config/sway: use new nerd-fonts.monofur package
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Dec 3, 2024
1 parent 66fdd21 commit d487bde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion config/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ lib.mkIf config.foosteros.profiles.sway {
];

fonts.packages = with pkgs; [
monofur-nerdfont
nerd-fonts.monofur
];

fonts.fontconfig.defaultFonts.monospace = [
Expand Down
5 changes: 0 additions & 5 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ in with outpkgs;
tkey-totp = callPackage ./tkey-totp {};
tkey-verification = callPackage ./tkey-verification {};

# overridden packages
monofur-nerdfont = nerdfonts.override {
fonts = [ "Monofur" ];
};

# TODO: remove when slurp or wlroots or sway fixes this
slurp = pkgs.slurp.overrideAttrs (old: {
patches = old.patches or [] ++ [
Expand Down

0 comments on commit d487bde

Please sign in to comment.