added the fuzzel application launcher

This commit is contained in:
Charlie Root 2024-08-20 21:37:28 +02:00
commit 98e78cfd01
5 changed files with 23 additions and 3 deletions

View file

@ -5,5 +5,6 @@ in {
anyrun.enable = mkEnableOption "anyrun application launcher";
rofi.enable = mkEnableOption "rofi application launcher";
tofi.enable = mkEnableOption "tofi application launcher";
fuzzel.enable = mkEnableOption "fuzzel application launcher";
};
}