mreow: remove unneeded niri-session.desktop file creation

This commit is contained in:
2025-12-07 23:56:21 -05:00
parent 6d7564e860
commit 9ae8b73a02

View File

@@ -33,18 +33,9 @@
enable = true; enable = true;
settings = { settings = {
default_session = { default_session = {
command = "${lib.getExe pkgs.tuigreet} --sessions /etc/xdg/wayland-sessions/ --time"; command = "${lib.getExe pkgs.tuigreet} --time";
user = username; 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
'';
} }