feat: migrate steam
This commit is contained in:
parent
3f26e32ebe
commit
b7537fafda
3 changed files with 1 additions and 18 deletions
|
@ -3,5 +3,6 @@
|
|||
./fish.nix
|
||||
./lutris.nix
|
||||
./nh.nix
|
||||
./steam.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.gui;
|
||||
|
||||
inherit (lib.marleyos) enabled;
|
||||
in {
|
||||
options.marleyos.programs.gui.enable = lib.mkEnableOption "gui";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
marleyos.programs = {
|
||||
lutris = enabled;
|
||||
steam = enabled;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue