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;
|
||||
};
|
||||
}
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
# https://github.com/fufexan/nix-gaming
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = [ "https://nix-gaming.cachix.org" ];
|
||||
trusted-public-keys = [ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user