unfolder: Add single-file wrapper without adding chromium
This commit is contained in:
parent
d17d624d98
commit
f6fc8e2287
|
@ -76,7 +76,11 @@
|
|||
users.users.tvb = {
|
||||
extraGroups = [ "networkmanager" ];
|
||||
packages = with pkgs; [
|
||||
gnome-randr python3
|
||||
gnome-randr
|
||||
python3
|
||||
(writeShellScriptBin "single-file" ''
|
||||
exec ${single-file-cli}/bin/single-file --browser-executable-path ${chromium}/bin/chromium "$@"
|
||||
'')
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue