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
|
||||
inherit (config.modules.other.system) username;
|
||||
cfg = config.modules.programs.minecraft;
|
||||
in {
|
||||
options.modules.programs.minecraft = {
|
||||
|
@ -14,9 +13,6 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
# Install minecraft
|
||||
home.packages = with pkgs; [prismlauncher];
|
||||
};
|
||||
environment.systemPackages = [pkgs.prismlauncher];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue