only apply overlays where needed

This commit is contained in:
twoneis 2024-07-21 03:27:42 +02:00
parent 15842977ad
commit 21739b152d
4 changed files with 11 additions and 12 deletions

View file

@ -10,14 +10,8 @@
./vm
];
nixpkgs = {
overlays = [
inputs.nur.overlay
];
config = {
allowUnfree = true;
};
};
nixpkgs.config.allowUnfree = true;
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";