hypridle: systemd -> systemdLibs

We only need `libsystemd`, so no need to import the whole `systemd` package. This can reduce the size.
This commit is contained in:
John Titor
2024-11-02 21:16:30 +05:30
parent 30b1670361
commit 619980e7ca
+2 -2
View File
@@ -10,7 +10,7 @@
wayland-scanner,
hyprlang,
sdbus-cpp_2,
systemd,
systemdLibs,
nix-update-script,
}:
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
hyprlang
hyprutils
sdbus-cpp_2
systemd
systemdLibs
wayland
wayland-protocols
];