✨ chore: restructure the project, make it not use the astal application stuff
now it's more organized and I have more control over the shell behaviour
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { PluginApps } from "./apps"
|
||||
import { PluginClipboard } from "./clipboard"
|
||||
import { PluginMedia } from "./media"
|
||||
import { PluginShell } from "./shell"
|
||||
import { PluginWallpapers } from "./wallpapers"
|
||||
import { PluginWebSearch } from "./websearch"
|
||||
|
||||
|
||||
export {
|
||||
PluginApps,
|
||||
PluginWebSearch,
|
||||
PluginClipboard,
|
||||
PluginShell,
|
||||
PluginMedia,
|
||||
PluginWallpapers
|
||||
};
|
||||
Reference in New Issue
Block a user