Files
nixos/system/wayland.nix
T
biscuit c603389ebc upd
2025-05-19 20:27:33 -05:00

6 lines
59 B
Nix

{...}: {
hardware = {
graphics.enable = true;
};
}