update dependencies

This commit is contained in:
RingOfStorms (Josh) 2024-05-12 23:18:27 -05:00
commit f1a43e1b80
2 changed files with 13 additions and 13 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
programs.rofi = {
enable = true;
plugins = with pkgs; [ rofi-calc ];
extraConfig = {
modi = "drun,run,ssh,window,calc";
terminal = "alacritty";
};
theme = "glue_pro_blue";
};
}