zastąpienie kitty przez warp, zainstalowanie freetube, próba instalacji klienta minecraft.

This commit is contained in:
installer
2025-05-20 15:42:41 +02:00
parent 9a01abb83b
commit f4e6ec8144
13 changed files with 124 additions and 42 deletions

View File

@@ -61,4 +61,10 @@
ZANEYOS = "true";
};
};
nixpkgs.overlays = [
(self: super: {
crystal-launcher = super.callPackage ../../../packages/crystal-launcher.nix {};
})
];
}