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
|
||||
];
|
||||
nixpkgs = {
|
||||
config.permittedInsecurePackages = ["cinny-4.2.1"];
|
||||
# You can add overlays here
|
||||
overlays = [
|
||||
# You can also add overlays exported from other flakes:
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
|
||||
#TODO: remove this when unneeded for freetube
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"python3.12-youtube-dl-2021.12.17"
|
||||
"cinny-4.2.1"
|
||||
#"python3.12-youtube-dl-2021.12.17"
|
||||
];
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
|
|
Loading…
Reference in a new issue