Remove OBS declarative resolution
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user