add plasma module

This commit is contained in:
Daylin Morgan 2024-11-08 14:29:54 -06:00
parent 389faad342
commit e488991abf
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,35 @@
{
pkgs,
config,
enabled,
mkOizysModule,
...
}:
mkOizysModule config "plasma" {
services = {
displayManager.sddm = enabled // {
wayland = enabled;
};
desktopManager.plasma6 = enabled;
};
environment.plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
konsole
(lib.getBin qttools) # Expose qdbus in PATH
ark
elisa
gwenview
okular
kate
khelpcenter
dolphin
baloo-widgets # baloo information in Dolphin
dolphin-plugins
spectacle
ffmpegthumbs
krdp
# xwaylandvideobridge # exposes Wayland windows to X11 screen capture
];
}

View file

@ -23,6 +23,7 @@ in
lock
qtile
hyprland
plasma
virtualbox
docker