flake: add 'nixgl'

There's now a home-manager module for it, let's try it out.
This commit is contained in:
Bruno BELANYI 2024-10-31 14:09:23 +00:00
parent 13b61346f5
commit b4f9db9a67
2 changed files with 36 additions and 0 deletions

View file

@ -43,6 +43,17 @@
};
};
nixgl = {
type = "github";
owner = "nix-community";
repo = "nixGL";
ref = "main";
inputs = {
flake-utils.follows = "futils";
nixpkgs.follows = "nixpkgs";
};
};
nixpkgs = {
type = "github";
owner = "NixOS";