NixOS-Config/overlays/default.nix

9 lines
78 B
Nix

{ pkgs, ... }:
{
imports = [
./unstable
./packages
./mpv
];
}