From 03d97e0d8704c72e02fed7b2325e32075547a561 Mon Sep 17 00:00:00 2001 From: Lysec <52084453+Ly-sec@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:54:55 +0200 Subject: [PATCH] Flake: enable withI3 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 90e83d63a..dabb072d3 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ pkgs = nixpkgs.legacyPackages.${system}; qs = quickshell.packages.${system}.default.override { withX11 = false; - withI3 = false; + withI3 = true; }; runtimeDeps =