feat: add nixGL module

This commit is contained in:
Leon Schwarzäugl 2025-03-22 22:35:38 +01:00
parent 9c1df052a2
commit faff8d9ee6
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 62 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ inputs, config, lib, ... }:
{
home-manager = lib.mkIf config.swarselsystems.withHomeManager {
extraSpecialArgs = { inherit (inputs) nix-secrets; };
extraSpecialArgs = { inherit (inputs) nix-secrets nixgl; };
};
}