mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Plasma] use plasma wayland session by default
This commit is contained in:
parent
fcc5b3377e
commit
9a81d78839
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ in {
|
|||
xdg.portal.enable = mkDefault true;
|
||||
xdg.icons.enable = true;
|
||||
|
||||
# We prefer Plasma Wayland
|
||||
services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
|
||||
systemd.user.services.setup-xdg-cursors = mkIf config.xdg.icons.enable {
|
||||
script = ''
|
||||
[ -d "$HOME/.icons/default" ] || mkdir -p "$HOME/.icons/default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue