modules/share-files: fixup configuration

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-21 20:52:48 +03:00
parent 5109e1b495
commit 37fe8423d0
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -10,8 +10,8 @@ let
in in
{ {
options.local.programs.share-files = { options.local.programs.share-files = {
onionshare.enable = mkShareFileOpts "onionshare-gui"; onionshare = mkShareFileOpts "onionshare-gui";
croc.enable = mkShareFileOpts "croc"; croc = mkShareFileOpts "croc";
}; };
config.home.packages = config.home.packages =