tweaks to niri

This commit is contained in:
Chris Cochrun 2025-09-15 09:30:45 -05:00
parent aba2599673
commit 31e8bbf886
2 changed files with 5 additions and 5 deletions

View file

@ -105,10 +105,10 @@ in
services.displayManager.sessionPackages = [
((pkgs.writeTextFile {
name = "cosmic-on-niri";
destination = "/share/wayland-sessions/COSMIC-on-niri.desktop";
destination = "/share/wayland-sessions/NOSMIC.desktop";
text = ''
[Desktop Entry]
Name=COSMIC-on-niri
Name=NOSMIC
Comment=This session logs you into the COSMIC desktop on niri
Type=Application
DesktopNames=niri
@ -166,7 +166,7 @@ in
).overrideAttrs
(old: {
passthru.providedSessions = [ "COSMIC-on-niri" ];
passthru.providedSessions = [ "NOSMIC" ];
}))
];