minecraft.nix: remove HM
This commit is contained in:
parent
0d217afe7c
commit
b48444f4ab
1 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
inherit (config.modules.other.system) username;
|
|
||||||
cfg = config.modules.programs.minecraft;
|
cfg = config.modules.programs.minecraft;
|
||||||
in {
|
in {
|
||||||
options.modules.programs.minecraft = {
|
options.modules.programs.minecraft = {
|
||||||
|
@ -14,9 +13,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${username} = {
|
environment.systemPackages = [pkgs.prismlauncher];
|
||||||
# Install minecraft
|
|
||||||
home.packages = with pkgs; [prismlauncher];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue