Compare commits

...

2 Commits

Author SHA1 Message Date
genofire 9f53453e3a home: add ghorg 2022-02-23 22:22:18 +01:00
genofire 0e4b1207a0 home/chrome: add wayland/pipeware support 2022-02-23 22:22:18 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in
enable = true; enable = true;
package = (pkgs.ungoogled-chromium.override { package = (pkgs.ungoogled-chromium.override {
commandLineArgs = [ commandLineArgs = [
"--enable-features=UseOzonePlatform" "--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer"
"--ozone-platform=wayland" "--ozone-platform=wayland"
]; ];
}); });

View File

@ -18,6 +18,7 @@
git git
pre-commit pre-commit
git-lfs git-lfs
ghorg
tig tig
tea tea
glab glab