clean prism
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./prism.nix
|
||||
./steam.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.prism.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "prismlauncher";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.prism.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user