fixed formatting
This commit is contained in:
parent
7ec36e8a2b
commit
d8dd32193d
15 changed files with 167 additions and 76 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{config, pkgs, lib, ...}:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.modules.prismLauncher;
|
||||
|
|
@ -6,9 +11,5 @@ in
|
|||
{
|
||||
options.modules.prismLauncher.enable = lib.mkEnableOption "Enables the prism minecraft launcher";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
};
|
||||
}
|
||||
config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ prismlauncher ]; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue