dotfiles/config.nix
2021-05-30 11:47:17 +02:00

8 lines
176 B
Nix

let sources = import ./nix/sources.nix;
in {
allowUnfree = true;
# chromium.vaapiSupport = true;
android_sdk.accept_license = true;
overlays = import ./overlays.nix;
}