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