dotfiles/config.nix

8 lines
176 B
Nix
Raw Normal View History

2021-05-29 17:05:05 +02:00
let sources = import ./nix/sources.nix;
2021-05-29 18:05:31 +02:00
in {
allowUnfree = true;
2021-05-30 11:47:17 +02:00
# chromium.vaapiSupport = true;
android_sdk.accept_license = true;
overlays = import ./overlays.nix;
2021-05-29 18:05:31 +02:00
}