rofi: Use gruvbox theme

This commit is contained in:
Alexander Kobjolke 2024-02-16 22:38:37 +01:00
parent 2b41fe8775
commit 9f1e5ca775
2 changed files with 192 additions and 0 deletions

View file

@ -5,6 +5,7 @@
enable = true;
plugins = with pkgs; [ rofi-calc rofi-emoji ];
terminal = "${pkgs.alacritty}/bin/alacritty";
theme = ./themes/gruvbox-dark-soft.rasi;
pass = {
enable = true;
stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ];