Update laptop config
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ inputs, ...}:
|
||||
{
|
||||
gamescope = import ./gamescope-last-working.nix;
|
||||
nose = import ./nose.nix;
|
||||
llama-cpp = import ./llama-cpp.nix { inherit inputs; };
|
||||
}
|
||||
|
||||
3
overlays/nose.nix
Normal file
3
overlays/nose.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
_: prev: {
|
||||
python312 = prev.python312.override { packageOverrides = _: pysuper: { nose = pysuper.pynose; }; };
|
||||
}
|
||||
Reference in New Issue
Block a user