fix nixgl
This commit is contained in:
parent
fadcbfc57b
commit
3c2c5bbb94
3 changed files with 15 additions and 2 deletions
11
flake.nix
11
flake.nix
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue