Add extra plasma integration packages

This commit is contained in:
Evie Litherland-Smith 2023-08-21 08:20:45 +01:00
parent 7fe0ec6acd
commit d71d97cffe

View file

@ -2,8 +2,11 @@
imports = [ ./desktop.nix ]; imports = [ ./desktop.nix ];
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
with libsForQt5; [ with libsForQt5; [
lightly plasma-wayland-protocols
kwindowsystem plasma-integration
plasma-browser-integration
plasma-thunderbolt
kwin-tiling
krdc krdc
]; ];
services.xserver = { services.xserver = {
@ -11,7 +14,6 @@
desktopManager.plasma5.enable = true; desktopManager.plasma5.enable = true;
displayManager.sddm = { displayManager.sddm = {
enable = true; enable = true;
# theme = "catppuccin-macchiato";
settings = { General = { InputMethod = ""; }; }; settings = { General = { InputMethod = ""; }; };
}; };
}; };