diff --git a/nix/default.nix b/nix/default.nix index 85ac6a0..67b7f90 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -4,6 +4,8 @@ cmake, pkg-config, hyprlang, + sdbus-cpp, + systemd, wayland, wayland-protocols, version ? "git", @@ -20,6 +22,8 @@ stdenv.mkDerivation { buildInputs = [ hyprlang + sdbus-cpp + systemd wayland wayland-protocols ];