diff options
author | Alan Pearce | 2019-10-21 14:02:05 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-21 14:03:05 +0200 |
commit | 0f5b3a56d2e7a738f73681b9c198b5e47e333012 (patch) | |
tree | d638c22d38cc012d22d207f03c9ab897ae45468f /user | |
parent | 10326a4f6caea40a168f9cb44985c3f0f2590fd3 (diff) | |
download | nixfiles-0f5b3a56d2e7a738f73681b9c198b5e47e333012.tar.lz nixfiles-0f5b3a56d2e7a738f73681b9c198b5e47e333012.tar.zst nixfiles-0f5b3a56d2e7a738f73681b9c198b5e47e333012.zip |
rofi: use Arc theme
Diffstat (limited to 'user')
-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 |