1

Add rofi module

This commit is contained in:
2023-05-25 00:00:47 +02:00
parent c074b4806f
commit b1e1d5088a
5 changed files with 44 additions and 16 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOpt "Rofi";
}