mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Wayland
This commit is contained in:
parent
23ab83e177
commit
cd5b2a7c1a
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue