feat(tofi): initial tofi configuration

This commit is contained in:
ooks-io 2024-03-05 20:15:37 +13:00
parent 422c3aa187
commit 82265ddca2
5 changed files with 57 additions and 2 deletions

View file

@ -4,6 +4,7 @@
imports = [
./anyrun
./rofi
./tofi
];
options.homeModules.desktop.wayland.launcher = {
@ -13,5 +14,8 @@
rofi = {
enable = lib.mkEnableOption "enable rofi launcher module";
};
tofi = {
enable = lib.mkEnableOption "enable tofi launcher module";
};
};
}