1
1
Fork 0

unfolder: Add single-file wrapper without adding chromium

This commit is contained in:
Tim Van Baak 2024-06-24 19:13:32 -07:00
parent d17d624d98
commit f6fc8e2287
1 changed files with 5 additions and 1 deletions

View File

@ -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 "$@"
'')
];
};