nixos-config/overlays/default.nix

8 lines
128 B
Nix
Raw Normal View History

2022-03-27 10:30:13 +00:00
{ pkgs, inputs }:
2021-08-31 16:01:29 +00:00
{
simple = import ./simple.nix;
surface = import ./surface.nix pkgs;
2022-01-14 17:08:47 +00:00
sandbox = import ./sandbox.nix;
2021-08-31 16:01:29 +00:00
}