Override intel driver with modesetting so I can actually build and switch configs again
This commit is contained in:
parent
03c14ac53c
commit
cd07c91676
2 changed files with 14 additions and 12 deletions
|
|
@ -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" ]; })
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue