start move steam to seperate module
This commit is contained in:
parent
11b9c3de44
commit
6f4ec604ab
4 changed files with 88 additions and 65 deletions
11
modules/games/minecraft.nix
Normal file
11
modules/games/minecraft.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
cfg = config.modules.games.minecraft;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [
|
||||
pkgs.prismlauncher
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue