First Commit
This commit is contained in:
13
modules/gaming/anime-game-launchers.nix
Normal file
13
modules/gaming/anime-game-launchers.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ lib, config, inputs, ... }:
|
||||
let
|
||||
cfg = config.my.gaming;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.aagl.nixosModules.default
|
||||
];
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
programs.sleepy-launcher.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user