This commit is contained in:
Daniel Langbein 2023-11-05 17:12:06 +01:00
parent 5b173ecf8b
commit 981a9b855b
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,8 +1,12 @@
{ config, pkgs, lib, ... }:
{
# TODO: We use unstable until Electron is upgraded to higher than 22, e.g. to 27
# permalink: https://github.com/NixOS/nixpkgs/blob/60b9db998f71ea49e1a9c41824d09aa274be1344/pkgs/applications/video/freetube/default.nix#L1
# current master: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/video/freetube/default.nix#L1
users.users.yoda = {
packages = with pkgs; [
freetube # YouTube client.
unstable.freetube # YouTube client.
];
};