mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
so mad
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
# https://github.com/ezKEa/aagl-gtk-on-nix
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ inputs.aagl.nixosModules.default ];
|
||||
nix.settings = inputs.aagl.nixConfig; # Set up Cachix
|
||||
programs = {
|
||||
anime-game-launcher.enable = true;
|
||||
#anime-games-launcher.enable = true;
|
||||
#honkers-railway-launcher.enable = true;
|
||||
#honkers-launcher.enable = true;
|
||||
#wavey-launcher.enable = true;
|
||||
#sleepy-launcher.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user