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 ];
environment.systemPackages = with pkgs;
with libsForQt5; [
lightly
kwindowsystem
plasma-wayland-protocols
plasma-integration
plasma-browser-integration
plasma-thunderbolt
kwin-tiling
krdc
];
services.xserver = {
@ -11,7 +14,6 @@
desktopManager.plasma5.enable = true;
displayManager.sddm = {
enable = true;
# theme = "catppuccin-macchiato";
settings = { General = { InputMethod = ""; }; };
};
};