From 87b935542fd316e2c5eeba9cc734601b043a0d0c Mon Sep 17 00:00:00 2001 From: nukashimika Date: Sun, 14 Aug 2022 22:57:32 -0600 Subject: [PATCH] Added QT to shell.nix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 19f5aa3..619fe3a 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,8 @@ pkgs.mkShell { glew gcc zsh + qt6.qtbase + qt6.qttools exa pkg-config ];