forked from lix-project/nixos-module
6 lines
102 B
Nix
6 lines
102 B
Nix
|
{ lix }:
|
||
|
{ pkgs, config, ... }:
|
||
|
{
|
||
|
nixpkgs.overlays = [ (import ./overlay.nix { inherit lix; }) ];
|
||
|
}
|