diff --git a/flake.nix b/flake.nix index 822c4f5..e894f7f 100644 --- a/flake.nix +++ b/flake.nix @@ -133,6 +133,7 @@ base = [ core users.root users.infinidoge ]; graphic = base ++ [ graphical.qtile ]; }; + test = self.lib; }; };