Skip to content

Commit

Permalink
yui: Add aagl
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Nov 9, 2023
1 parent 1997778 commit 8247d96
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
41 changes: 40 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};

aagl = {
url = "github:ezKEa/aagl-gtk-on-nix?rev=0c9d93bdb311f7948f9fb0e98d869316d78eec12";
inputs.nixpkgs.follows = "nixpkgs";
};

nixos-anywhere = {
url = "github:numtide/nixos-anywhere";
inputs = {
Expand Down
5 changes: 5 additions & 0 deletions nixos-config/yui/games.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}: {
imports = [
flake-inputs.nix-gaming.nixosModules.pipewireLowLatency
flake-inputs.aagl.nixosModules.default
];

environment.systemPackages = [pkgs.mangohud];
Expand Down Expand Up @@ -35,4 +36,8 @@

# Star citizen needs more
boot.kernel.sysctl."vm.max_map_count" = 16777216;

# AAGL
nix.settings = flake-inputs.aagl.nixConfig;
programs.anime-game-launcher.enable = true;
}

0 comments on commit 8247d96

Please sign in to comment.