1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

fix(constants): extract browser to $BROWSER

This commit is contained in:
Kierán Meinhardt
2019-12-08 22:38:19 +01:00
parent 309318c4b6
commit e8e83873e7
5 changed files with 15 additions and 5 deletions

View File

@@ -13,5 +13,5 @@
environment.systemPackages = [ pkgs.chromium ];
niveum.applications.browser = "chromium";
environment.variables.BROWSER = "chromium";
}