Let's try and do that in home manager instead
This commit is contained in:
parent
358c76b152
commit
d4ead53bad
|
@ -22,6 +22,7 @@
|
||||||
./package-configs/foot
|
./package-configs/foot
|
||||||
];
|
];
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
config.permittedInsecurePackages = ["cinny-4.2.1"];
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
overlays = [
|
overlays = [
|
||||||
# You can also add overlays exported from other flakes:
|
# You can also add overlays exported from other flakes:
|
||||||
|
|
|
@ -16,8 +16,7 @@
|
||||||
|
|
||||||
#TODO: remove this when unneeded for freetube
|
#TODO: remove this when unneeded for freetube
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"python3.12-youtube-dl-2021.12.17"
|
#"python3.12-youtube-dl-2021.12.17"
|
||||||
"cinny-4.2.1"
|
|
||||||
];
|
];
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
|
|
Loading…
Reference in a new issue