get freetube from pkgs-edge

This commit is contained in:
Lillian Violet 2025-02-02 15:18:54 +01:00
parent 05f1e752c6
commit 0c71fb914d
3 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,6 @@
gamescope
# Multimedia:
freetube
vlc
fcast-receiver
fcast-client

View file

@ -90,6 +90,7 @@
#rustdesk
])
++ (with pkgs-edge; [
freetube
# list of latest packages from nixpkgs master
# Can be used to install latest version of some packages
]);

View file

@ -27,11 +27,11 @@
path = "/home/lillian/.ssh/id_ed25519";
};
};
#TODO: remove this when unneeded for freetube
nixpkgs.config.permittedInsecurePackages = [
"python3.12-youtube-dl-2021.12.17"
];
nix = {
package = pkgs.lix;
gc = {