From 2bc683b0bece338af45617141520e790bb0cf330 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 25 Mar 2023 13:50:57 +0100 Subject: modules: stylix: integrate font sizes --- modules/home-manager/personal/programs/rofi.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/home-manager/personal/programs/rofi.nix') diff --git a/modules/home-manager/personal/programs/rofi.nix b/modules/home-manager/personal/programs/rofi.nix index 51c2139..414cf62 100644 --- a/modules/home-manager/personal/programs/rofi.nix +++ b/modules/home-manager/personal/programs/rofi.nix @@ -8,9 +8,6 @@ template = builtins.readFile config.personal.home.dotfiles.rofi; extension = ".rasi"; })); - # TODO: remove this when stylix fixes it upstream - font = lib.mkIf (config ? stylix) - (lib.mkForce "${config.stylix.fonts.monospace.name} 12"); plugins = with pkgs; [ rofi-top rofi-calc rofi-emoji ]; }; } -- cgit v1.2.3