nix-gaming flake

This commit is contained in:
2024-06-13 22:53:44 -06:00
parent 1d818fcf92
commit dd31726028
4 changed files with 87 additions and 20 deletions

View File

@@ -6,6 +6,7 @@
nixpkgs-master.url = "github:nixos/nixpkgs?ref=master";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nix-gaming.url = "github:fufexan/nix-gaming";
};
outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-master, home-manager, ...