modules/communications: fix qtox package

This commit is contained in:
Dmitriy Pleshevskiy 2024-09-05 21:36:53 +03:00
parent 1956230264
commit 1fc5b9e75f
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ let cfg = config.local.programs.communication; in
};
tox = {
enable = mkEnableOption "tox";
package = mkPackageOption pkgs "qTox" { };
package = mkPackageOption pkgs "qtox" { };
};
};

View file

@ -109,7 +109,7 @@
};
tox = {
enable = lib.mkDefault true;
package = pkgs.unstable.qTox;
package = pkgs.unstable.qtox;
};
};