From ecec5136f63d32862a42117c957f1f5bab65d13b Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Sat, 25 Jul 2026 20:26:11 -0700 Subject: rofi theming, command palette --- users/kassouni/theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/kassouni/theme.nix') diff --git a/users/kassouni/theme.nix b/users/kassouni/theme.nix index 9d049e7..4c96615 100644 --- a/users/kassouni/theme.nix +++ b/users/kassouni/theme.nix @@ -5,8 +5,8 @@ theme = { font = { size = lib.mkOption { - type = lib.types.float; - default = 12.0; + type = lib.types.int; + default = 24; description = "Global font size for all applications"; }; -- cgit v1.3.1