fix: syntax error

This commit is contained in:
ryan4yin
2023-05-07 00:10:15 +08:00
parent bb47747529
commit 99e12fde04
5 changed files with 45 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
firefox-wayland
];
programs = {
programs =
let commandLineArgs = [ "--enable-wayland-ime" "--ozone-platform=wayland" ];
in {
chromium = {
@@ -20,5 +20,4 @@
inherit commandLineArgs;
};
};
};
}
}