This commit is contained in:
Aaron Honeycutt 2022-06-12 16:18:23 +00:00
parent 23ab83e177
commit cd5b2a7c1a
2 changed files with 4 additions and 5 deletions

View file

@ -58,13 +58,10 @@ The following will happen:
- Create a root partition in the LVM. - Create a root partition in the LVM.
- Install systemd-boot. - Install systemd-boot.
## After Installation ...
...
## Roadmap ## Roadmap
- [ ] - [ ] Change KWin shortcuts (Workspace changing)
- [ ] Change KRunner shortcut (User Super key [Meta] instead)
# Possible Ideas # Possible Ideas

View file

@ -4,6 +4,8 @@
# Plasma # Plasma
services.xserver.enable = true; services.xserver.enable = true;
services.xserver.displayManager.sddm.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; services.xserver.desktopManager.plasma5.enable = true;
# Install some packages # Install some packages