added rofi config

This commit is contained in:
specCon18 2023-08-31 22:44:44 -04:00
parent 02ce8fd409
commit 9c63bb1dbd
5 changed files with 30 additions and 87 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, config, lib, ...}:
{
programs.rofi = {
enable = true;
theme = "android_notification";
location = "top-left";
};
}