Override intel driver with modesetting so I can actually build and switch configs again

This commit is contained in:
Jay Looney 2024-12-27 14:34:28 -06:00
parent 03c14ac53c
commit cd07c91676
2 changed files with 14 additions and 12 deletions

View file

@ -14,6 +14,8 @@
# https://github.com/NixOS/nixos-hardware/blob/master/README.md#using-nix-flakes-support
nixos-hardware.nixosModules.gpd-pocket-3
./configuration.nix
# override from nixos-hardware
({config, lib, ...}: { services.xserver.videoDrivers = lib.mkForce [ "modesetting" ]; })
];
};
};