This commit is contained in:
beanigen 2025-06-27 20:54:29 +08:00
parent 7d5fc34d2b
commit 15eb37ffb6
No known key found for this signature in database
2 changed files with 20 additions and 38 deletions

View file

@ -85,6 +85,25 @@
};
};
};
services.kanshi = {
enable = true;
settings = [
{
profile.name = "maya-desktop";
profile.outputs = [
{ criteria = "Dell Inc. DELL P2411H MGMHG1681VAU"; position = "0,1050"; }
{ criteria = "Samsung Electric Company SyncMaster HMDQ202016"; position = "0,0"; }
];
}
{
profile.name = "alyx-desktop";
profile.outputs = [
{ criteria = "Something Something I Suppose"; position = "0,0"; }
{ criteria = "I Suppose Yeah"; position = "0,0"; }
];
}
];
};
programs.obs-studio = {
enable = true;