Add minecraft

Add minecraft package to Vanguard
This commit is contained in:
Evie Litherland-Smith 2023-05-07 06:33:57 +01:00
parent 99afa66c88
commit 43b7600b26

View file

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