diff options
-rw-r--r-- | user/settings/rofi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/rofi.nix b/user/settings/rofi.nix index 4e230866..1b16b950 100644 --- a/user/settings/rofi.nix +++ b/user/settings/rofi.nix @@ -21,6 +21,7 @@ ]; programs.rofi = { enable = true; + theme = "Arc"; extraConfig = '' rofi.matching: glob rofi.separator-style: none |