chore: remove unused nixGL
This commit is contained in:
parent
6be6e4db46
commit
fc4764ef04
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
cfg = config.marleyos.nixGL;
|
|
||||||
in {
|
|
||||||
options.marleyos.nixGL.enable = lib.mkEnableOption "nixGL";
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
nixGL = {
|
|
||||||
inherit (inputs.nixgl) packages;
|
|
||||||
defaultWrapper = "nvidia";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue