Flake: add nix-gaming

This commit is contained in:
Toast 2024-01-24 09:43:40 +01:00
parent 1311ab275a
commit 8d0aab3e22
2 changed files with 63 additions and 0 deletions

View file

@ -65,6 +65,11 @@
nix-flatpak.url = github:gmodena/nix-flatpak/main;
nur.url = "github:nix-community/NUR";
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
};
};
outputs = { ... } @inputs: with inputs;