diff --git a/modules/nixos/graphical/rofi.nix b/modules/nixos/graphical/rofi.nix index 87911c7..b4befcb 100644 --- a/modules/nixos/graphical/rofi.nix +++ b/modules/nixos/graphical/rofi.nix @@ -59,7 +59,7 @@ in { border = mkLiteral "0px"; border-radius = mkLiteral "0px"; border-color = mkLiteral config.theme.colors.base04; - children = map mkLiteral [ "inputbar" "listview" ]; + children = map mkLiteral [ "inputbar" "message" "listview" ]; spacing = mkLiteral "10px"; padding = mkLiteral "10px"; };