Unverified Commit 619980e7 authored by John Titor's avatar John Titor
Browse files

hypridle: systemd -> systemdLibs

We only need `libsystemd`, so no need to import the whole `systemd` package. This can reduce the size.
parent 30b16703
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];