added mincreaft launchers
This commit is contained in:
parent
9d15e9ee37
commit
9351fcfc6b
3 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
lutris
|
||||
bottles
|
||||
heroic
|
||||
prismlauncher
|
||||
atlauncher
|
||||
r2modman
|
||||
];
|
||||
programs.mangohud.enable = true;
|
||||
|
|
Loading…
Reference in a new issue