modules/share-files: fixup configuration
This commit is contained in:
parent
5109e1b495
commit
37fe8423d0
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ let
|
|||
in
|
||||
{
|
||||
options.local.programs.share-files = {
|
||||
onionshare.enable = mkShareFileOpts "onionshare-gui";
|
||||
croc.enable = mkShareFileOpts "croc";
|
||||
onionshare = mkShareFileOpts "onionshare-gui";
|
||||
croc = mkShareFileOpts "croc";
|
||||
};
|
||||
|
||||
config.home.packages =
|
||||
|
|
Loading…
Reference in a new issue