Flake: enable withI3

This commit is contained in:
Lysec
2025-10-08 09:54:55 +02:00
committed by GitHub
parent 217511ce2a
commit 03d97e0d87
+1 -1
View File
@@ -31,7 +31,7 @@
pkgs = nixpkgs.legacyPackages.${system};
qs = quickshell.packages.${system}.default.override {
withX11 = false;
withI3 = false;
withI3 = true;
};
runtimeDeps =