nixos/hosts/laptop/monitors.nix

7 lines
60 B
Nix
Raw Normal View History

2025-03-14 14:26:34 +01:00
_: {
monitors = [
{
name = "eDP-1";
}
];
}