framework: fix cosmic conf

This commit is contained in:
tristan 2025-06-24 15:13:16 +01:00
parent cfee0454fd
commit 960165b769
3 changed files with 7 additions and 15 deletions

View file

@ -47,16 +47,7 @@ in {
output = "all";
rotation_frequency = 600;
sampling_method = mkRON "enum" "Alphanumeric";
scaling_mode = mkRON "enum" {
value = [
(mkRON "tuple" [
0.5
1.0
(mkRON "raw" "0.345354352")
])
];
variant = "Fit";
};
scaling_mode = mkRON "enum" "Zoom";
source = mkRON "enum" {
value = [ (toString config.stylix.image) ];
variant = "Path";