l browsers: use precedence

This commit is contained in:
lassulus 2018-01-16 00:06:52 +01:00
parent 07ba3cde29
commit 0b4ce58786

View File

@ -35,7 +35,10 @@ let
useDefaultShell = true;
createHome = true;
};
lass.browser.paths.${name}.path = bin;
lass.browser.paths.${name} = {
path = bin;
inherit precedence;
};
security.sudo.extraConfig = ''
${mainUser.name} ALL=(${name}) NOPASSWD: ALL
'';