16 lines
No EOL
260 B
Nix
16 lines
No EOL
260 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.nixos.aquaticTest = {
|
|
aquaticConfig =
|
|
{
|
|
hyprland.monitors = [
|
|
{
|
|
output = "Virtual-1";
|
|
mode = "1440x900@60";
|
|
position = "0x0";
|
|
scale = 1.0;
|
|
}
|
|
];
|
|
};
|
|
};
|
|
} |