Commit 2dfca2e0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm desktop: full refactoring

parent 2cfaddd5
This diff is collapsed. Click to expand it.
...@@ -4,6 +4,5 @@ ...@@ -4,6 +4,5 @@
"installed": false, "installed": false,
"dependencies": [ "budgie-desktop", "gnome-console", "fonts-ttf-fira-code-nerd" ], "dependencies": [ "budgie-desktop", "gnome-console", "fonts-ttf-fira-code-nerd" ],
"description": "Budgie Desktop is a familiar, modern desktop environment", "description": "Budgie Desktop is a familiar, modern desktop environment",
"metapackages": [ ] "metapackages": [ "budgie-desktop" ]
} }
\ No newline at end of file
{
"name": "COSMIC",
"version": "1.0.0",
"installed": false,
"dependencies": [ "cosmic-session" ],
"description": "COSMIC desktop environment",
"metapackages": [ "cosmic-session" ]
}
...@@ -6,4 +6,3 @@ ...@@ -6,4 +6,3 @@
"description": "Window management and application launching for GNOME", "description": "Window management and application launching for GNOME",
"metapackages": ["gnome-shell"] "metapackages": ["gnome-shell"]
} }
\ No newline at end of file
...@@ -6,4 +6,3 @@ ...@@ -6,4 +6,3 @@
"description": "Hyprland is a dynamic tiling Wayland compositor that doesn't sacrifice on it's looks", "description": "Hyprland is a dynamic tiling Wayland compositor that doesn't sacrifice on it's looks",
"metapackages": [ "hyprland" ] "metapackages": [ "hyprland" ]
} }
\ No newline at end of file
{ {
"name": "kde", "name": "KDE Plasma",
"version": "6.4.5", "version": "6.4.5",
"installed": false, "installed": false,
"dependencies": [ "plasma-desktop", "lightdm", "lightdm-kde-greeter", "plasma-discover", "power-profiles-daemon", "qt6-wayland", "wayland-utils", "vulkan-tools"], "dependencies": [ "plasma-desktop", "lightdm", "lightdm-kde-greeter", "plasma-discover", "power-profiles-daemon", "qt6-wayland", "wayland-utils", "vulkan-tools"],
"description": "KDE Plasma is a powerful desktop environment with support for X11 and Wayland", "description": "KDE Plasma is a powerful desktop environment with support for X11 and Wayland",
"metapackages": [ "kde" ] "metapackages": [ "kde" ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment