1

Add google-chrome option to chromium module

This commit is contained in:
2024-06-01 12:00:22 +02:00
parent e69570a36d
commit 2a2b3385e1
3 changed files with 21 additions and 7 deletions

View File

@ -6,4 +6,5 @@
with lib;
with mylib.modules; {
enable = mkEnableOpt "Chromium";
google = mkEnableOpt "Google Chrome";
}