diff options
Diffstat (limited to 'modules/home-manager/personal/programs/rofi.nix')
| -rw-r--r-- | modules/home-manager/personal/programs/rofi.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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 ]; }; } |
