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;
|
containers.enable = true;
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = false;
|
dockerCompat = true;
|
||||||
defaultNetwork.settings.dns_enabled = config.networking.hostName == "glucose"; # TODO: fix this stupid shit ssometime -e
|
defaultNetwork.settings.dns_enabled = (config.networking.hostName == "glucose"); # TODO: fix this stupid shit ssometime -e
|
||||||
};
|
};
|
||||||
oci-containers.backend = "podman";
|
oci-containers.backend = "podman";
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false; # turning this one makes it not build.
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
tuttieee.emacs-mcx
|
tuttieee.emacs-mcx
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
lutris
|
lutris
|
||||||
bottles
|
bottles
|
||||||
heroic
|
heroic
|
||||||
|
prismlauncher
|
||||||
|
atlauncher
|
||||||
r2modman
|
r2modman
|
||||||
];
|
];
|
||||||
programs.mangohud.enable = true;
|
programs.mangohud.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue