From d03bbf24bf80e4fe9149a91f401c6fa95ea90433 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Sun, 27 Jul 2025 13:08:27 -0400 Subject: [PATCH] update dev shell --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 890519a..01ef840 100644 --- a/shell.nix +++ b/shell.nix @@ -10,8 +10,9 @@ pkgs.mkShell { wayland-protocols wayland-scanner libinput - wlroots_0_16 + wlroots libxkbcommon pixman + systemd ]; }