Fix desktop shell UI systemd condition

This commit is contained in:
2026-04-29 14:07:14 -07:00
parent df0b7b6db4
commit 4e52e81a50

View File

@@ -11,6 +11,7 @@ let
desktopShellUi = pkgs.writeShellApplication {
name = "desktop_shell_ui";
runtimeInputs = [
pkgs.bash
pkgs.coreutils
pkgs.systemd
];