From 9ae8b73a02ae33ac7eaf30ff5d815746c455c27e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 7 Dec 2025 23:56:21 -0500 Subject: [PATCH] mreow: remove unneeded niri-session.desktop file creation --- system/system-mreow.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/system/system-mreow.nix b/system/system-mreow.nix index 27db6c4..7dc406d 100644 --- a/system/system-mreow.nix +++ b/system/system-mreow.nix @@ -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 - ''; }