10 lines
127 B
Nix
10 lines
127 B
Nix
{ pkgs, ... }: {
|
|
nixpkgs.overlays = [
|
|
(import ./tweakSources.nix)
|
|
|
|
# I hope this works
|
|
(import ./edopro)
|
|
|
|
];
|
|
}
|