feat(home-manager): install nixgl

This commit is contained in:
Yorick Barbanneau 2025-08-24 15:19:17 +02:00
parent 50564f6eb2
commit c6f08ef074
2 changed files with 6 additions and 3 deletions

View file

@ -51,11 +51,12 @@
overlays = [ nixgl.overlay ];
};
extraSpecialArgs = {
inherit stateVersion inputs;
inherit stateVersion inputs nixgl;
hostname = hostname;
username = username;
};
modules = [
{ nixpkgs.overlays = [ nixgl.overlay ];}
./home-manager/default.nix
];
};