added rofi config
This commit is contained in:
parent
02ce8fd409
commit
9c63bb1dbd
5 changed files with 30 additions and 87 deletions
8
modules/home-manager/rofi.nix
Normal file
8
modules/home-manager/rofi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, config, lib, ...}:
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = "android_notification";
|
||||
location = "top-left";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue