summaryrefslogtreecommitdiff
path: root/modules/software/aagl.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 17:36:12 -0700
committerFuwn <[email protected]>2024-09-17 17:36:12 -0700
commit475feda8713d758573d990b9043cc11f45660951 (patch)
tree233cf229fd3e2b5c14bc30e566225637e6246d6d /modules/software/aagl.nix
parentbluetooth: fix aac (diff)
downloadnixos-config-475feda8713d758573d990b9043cc11f45660951.tar.xz
nixos-config-475feda8713d758573d990b9043cc11f45660951.zip
software: aagl
Diffstat (limited to 'modules/software/aagl.nix')
-rw-r--r--modules/software/aagl.nix9
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;
+}