use polymc instead of multimc
This commit is contained in:
parent
2022609ca9
commit
943be02db0
|
@ -46,9 +46,9 @@
|
||||||
home.gui.environments.sway
|
home.gui.environments.sway
|
||||||
|
|
||||||
home.gaming.emulators.ds
|
home.gaming.emulators.ds
|
||||||
home.gaming.games.minecraft
|
#home.gaming.games.minecraft
|
||||||
#home.gaming.games.osu
|
#home.gaming.games.osu
|
||||||
home.gaming.platforms.steam
|
#home.gaming.platforms.steam
|
||||||
|
|
||||||
#home.bluetooth
|
#home.bluetooth
|
||||||
home.network_manager
|
home.network_manager
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
imports = with tree; [ home.base home.dev.small ];
|
imports = with tree; [ home.base home.dev.small ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_5_15;
|
||||||
networking.hostName = "raspberry";
|
networking.hostName = "raspberry";
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ final: prev: {
|
||||||
# needs a specific version of lsquic
|
# needs a specific version of lsquic
|
||||||
lsquic = final.callPackage ./invidious-latest/lsquic.nix { };
|
lsquic = final.callPackage ./invidious-latest/lsquic.nix { };
|
||||||
};
|
};
|
||||||
multimc = prev.multimc.override {
|
multimc = prev.polymc.override {
|
||||||
msaClientID = "499546d9-bbfe-4b9b-a086-eb3d75afb78f";
|
msaClientID = "499546d9-bbfe-4b9b-a086-eb3d75afb78f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue