Remove OBS declarative resolution

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-20 09:38:53 +01:00
parent 1c554f1700
commit ab1c9a4a78
4 changed files with 4 additions and 92 deletions

View File

@@ -42,21 +42,7 @@
];
};
programs = {
vscode.profiles.default.userSettings."window.zoomLevel" = (1.25 - 1) / 0.2;
obs-studio.resolution = {
base = {
x = 1920;
y = 1200;
};
output = {
x = 1920;
y = 1200;
};
};
};
programs.vscode.profiles.default.userSettings."window.zoomLevel" = (1.25 - 1) / 0.2;
theme.cursor.size = 24;
}