fix nixgl

This commit is contained in:
beanigen 2025-02-05 10:18:21 +08:00
parent fadcbfc57b
commit 3c2c5bbb94
No known key found for this signature in database
3 changed files with 15 additions and 2 deletions

View file

@ -33,6 +33,17 @@
];
};
#other confs go here, cant be assed rn
homeConfigurations.generic = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "x86_64-linux"; overlays = [inputs.nixgl.overlay]; };
modules = [ ./home ];
extraSpecialArgs = {
inherit inputs;
vars = {
isNixOS = false;
class = "laptop";
};
};
};
};
}