From 10a983776d506d3867bc09f7cc5defbc439586ae Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 31 May 2022 11:34:24 +1000 Subject: [PATCH] xmonad: updated open-sans package name --- profiles/xmonad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/xmonad.nix b/profiles/xmonad.nix index d3a6284..22e7cc6 100644 --- a/profiles/xmonad.nix +++ b/profiles/xmonad.nix @@ -49,7 +49,7 @@ # Install any additional fonts that I require to be used with xmonad fonts.fonts = with pkgs; [ - opensans-ttf # Used in in my xmobar configuration + open-sans # Used in in my xmobar configuration ]; # Install other packages that I require to be used with xmonad.