mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
freetube
This commit is contained in:
parent
5b173ecf8b
commit
981a9b855b
@ -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.
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user