fix nixos build

This commit is contained in:
2025-12-05 08:21:38 -08:00
parent 952e1ed3f2
commit fd517b5d57
2 changed files with 14 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
full = kge;
kte = (pkgsFor system).callPackage ./default.nix { graphical = false; };
kge = (pkgsFor system).callPackage ./default.nix { graphical = true; };
qt = (pkgsFor system).callPackage ./default.nix { graphical-qt = true; }
qt = (pkgsFor system).callPackage ./default.nix { graphical-qt = true; };
});
};
}