From e3dde863f0a82f3754ef3400e0a9bac616076ff6 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 7 Sep 2023 11:52:40 -0400 Subject: [PATCH] chore: fix nix flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 287fac4..c715c7b 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,7 @@ autoPatchelfHook ]; buildInputs = with pkgs; [ + systemdMinimal libxkbcommon freetype fontconfig @@ -50,6 +51,7 @@ lld desktop-file-utils stdenv.cc.cc.lib + libinput ]; runtimeDependencies = with pkgs; [ wayland