mreow: remove unneeded niri-session.desktop file creation

This commit is contained in:
Simon Gardling 2025-12-07 23:56:21 -05:00
parent 6d7564e860
commit 9ae8b73a02
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -33,18 +33,9 @@
enable = true;
settings = {
default_session = {
command = "${lib.getExe pkgs.tuigreet} --sessions /etc/xdg/wayland-sessions/ --time";
command = "${lib.getExe pkgs.tuigreet} --time";
user = username;
};
};
};
environment.etc."xdg/wayland-sessions/niri-session.desktop".text = ''
[Desktop Entry]
Name=Niri Session
Comment=Niri Wayland compositor
Exec=niri-session
Type=Application
DesktopNames=niri
'';
}