feat(tofi): initial tofi configuration
This commit is contained in:
parent
422c3aa187
commit
82265ddca2
5 changed files with 57 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue