blob: b164edb3ba291aea1dda8bf147e3d96f0bc1ef15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{ inputs, ... }:
let
inherit (inputs) aagl;
in
{
imports = [ aagl.nixosModules.default ];
nix.settings = aagl.nixConfig;
programs.anime-game-launcher.enable = true;
}
|