Switch official minecraft launcher for prismlauncher

This commit is contained in:
Evie Litherland-Smith 2023-05-07 07:05:47 +01:00
parent 43b7600b26
commit f7f4ae5158

View file

@ -37,7 +37,7 @@
home.username = "xenia";
home.homeDirectory = "/home/xenia";
home.stateVersion = "22.11";
home.packages = with pkgs; [ minecraft ];
home.packages = with pkgs; [ prismlauncher ];
programs.fish.shellAbbrs.update = "sudo nixos-rebuild switch";
};