added mincreaft launchers

This commit is contained in:
Ittihadyya 2025-02-10 14:50:00 +02:00
parent 9d15e9ee37
commit 9351fcfc6b
3 changed files with 5 additions and 3 deletions

View file

@ -18,8 +18,8 @@
containers.enable = true;
podman = {
enable = true;
dockerCompat = false;
defaultNetwork.settings.dns_enabled = config.networking.hostName == "glucose"; # TODO: fix this stupid shit ssometime -e
dockerCompat = true;
defaultNetwork.settings.dns_enabled = (config.networking.hostName == "glucose"); # TODO: fix this stupid shit ssometime -e
};
oci-containers.backend = "podman";
};

View file

@ -29,7 +29,7 @@
programs.vscode = {
enable = true;
package = pkgs.vscodium;
mutableExtensionsDir = false;
mutableExtensionsDir = false; # turning this one makes it not build.
extensions = with pkgs.vscode-extensions; [
rust-lang.rust-analyzer
tuttieee.emacs-mcx

View file

@ -19,6 +19,8 @@
lutris
bottles
heroic
prismlauncher
atlauncher
r2modman
];
programs.mangohud.enable = true;