mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
plasma: remove hack for Wayland.
This commit is contained in:
parent
680989d497
commit
a9cf3a8b49
1 changed files with 1 additions and 13 deletions
|
@ -5,8 +5,6 @@
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
displayManager.sddm.settings.Wayland.SessionDir =
|
|
||||||
"${pkgs.plasma5Packages.plasma-workspace}/share/wayland-sessions";
|
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,16 +12,6 @@
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
libsForQt5.ark
|
btop
|
||||||
libsForQt5.bismuth
|
|
||||||
libsForQt5.kate
|
|
||||||
libsForQt5.kdeconnect-kde
|
|
||||||
libsForQt5.kde-gtk-config
|
|
||||||
libsForQt5.merkuro
|
|
||||||
libsForQt5.neochat
|
|
||||||
libsForQt5.plasma-framework
|
|
||||||
libsForQt5.plasma-nm
|
|
||||||
libsForQt5.plasma-pa
|
|
||||||
libsForQt5.sddm
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue