mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
fix: syntax error
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
firefox-wayland
|
||||
];
|
||||
|
||||
programs = {
|
||||
programs =
|
||||
let commandLineArgs = [ "--enable-wayland-ime" "--ozone-platform=wayland" ];
|
||||
in {
|
||||
chromium = {
|
||||
@@ -20,5 +20,4 @@
|
||||
inherit commandLineArgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user