From cd5b2a7c1aa16a2710afad102183a6d086e0791a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 12 Jun 2022 16:18:23 +0000 Subject: [PATCH] Wayland --- README.md | 7 ++----- plasma.nix | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ca7fe1..580b1d0 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,10 @@ The following will happen: - Create a root partition in the LVM. - Install systemd-boot. -## After Installation ... - -... - ## Roadmap -- [ ] +- [ ] Change KWin shortcuts (Workspace changing) +- [ ] Change KRunner shortcut (User Super key [Meta] instead) # Possible Ideas diff --git a/plasma.nix b/plasma.nix index ed7bc18..68ee3fb 100644 --- a/plasma.nix +++ b/plasma.nix @@ -4,6 +4,8 @@ # Plasma services.xserver.enable = true; services.xserver.displayManager.sddm.enable = true; + services.xserver.displayManager.sddm.settings.Wayland.SessionDir = + "${pkgs.plasma5Packages.plasma-workspace}/share/wayland-sessions"; services.xserver.desktopManager.plasma5.enable = true; # Install some packages