1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01: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

@@ -35,8 +35,6 @@ let
in {
options.niveum = {
applications = {
terminal = mkOption { type = types.str; };
browser = mkOption { type = types.str; };
fileManager = mkOption { type = types.str; };
};