diff options
| author | Fuwn <[email protected]> | 2024-09-17 17:36:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 17:36:12 -0700 |
| commit | 475feda8713d758573d990b9043cc11f45660951 (patch) | |
| tree | 233cf229fd3e2b5c14bc30e566225637e6246d6d /modules/software/aagl.nix | |
| parent | bluetooth: fix aac (diff) | |
| download | nixos-config-475feda8713d758573d990b9043cc11f45660951.tar.xz nixos-config-475feda8713d758573d990b9043cc11f45660951.zip | |
software: aagl
Diffstat (limited to 'modules/software/aagl.nix')
| -rw-r--r-- | modules/software/aagl.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/software/aagl.nix b/modules/software/aagl.nix new file mode 100644 index 0000000..b164edb --- /dev/null +++ b/modules/software/aagl.nix @@ -0,0 +1,9 @@ +{ inputs, ... }: +let + inherit (inputs) aagl; +in +{ + imports = [ aagl.nixosModules.default ]; + nix.settings = aagl.nixConfig; + programs.anime-game-launcher.enable = true; +} |