basic river configuration

This commit is contained in:
Rouven Seifert 2023-06-26 23:04:01 +02:00
parent 3b3736c0d3
commit ca8ac0f517
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
11 changed files with 150 additions and 57 deletions

View file

@ -0,0 +1,35 @@
{
services.shikane = {
enable = true;
settings = {
profile = [
{
name = "external-monitor-default";
output = [
{
match = "eDP-1";
enable = true;
}
{
match = "HDMI-A-1";
enable = true;
position = {
x = 1920;
y = 0;
};
}
];
}
{
name = "builtin";
output = [
{
match = "eDP-1";
enable = true;
}
];
}
];
};
};
}