Add extra plasma integration packages
This commit is contained in:
parent
7fe0ec6acd
commit
d71d97cffe
|
@ -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 = ""; }; };
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue