Fix desktop shell UI systemd condition
This commit is contained in:
@@ -11,6 +11,7 @@ let
|
|||||||
desktopShellUi = pkgs.writeShellApplication {
|
desktopShellUi = pkgs.writeShellApplication {
|
||||||
name = "desktop_shell_ui";
|
name = "desktop_shell_ui";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
|
pkgs.bash
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.systemd
|
pkgs.systemd
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user