Define nixGL with wrapper
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, config, nixgl, ... }:
|
||||
|
||||
{
|
||||
nixGL = {
|
||||
packages = nixgl.packages;
|
||||
defaultWrapper = "mesa";
|
||||
};
|
||||
|
||||
home.username = "hektor";
|
||||
home.homeDirectory = "/home/hektor";
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
home.packages = import ./packages.nix { inherit pkgs; };
|
||||
home.packages = import ./packages.nix {
|
||||
inherit pkgs;
|
||||
inherit config;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user