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
|
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 =
|
||||||
|
|
Loading…
Reference in a new issue