yt-dlp set to unstable + godot disabled

This commit is contained in:
2024-06-16 14:03:37 -06:00
parent 82d6367859
commit 8096a7cd4c
7 changed files with 85 additions and 33 deletions

View File

@@ -1,6 +1,7 @@
{ lib, pkgs, inputs, outputs, ... }: {
{ lib, pkgs, config, inputs, outputs, ... }: {
imports = [
inputs.home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops
./modules/apps.nix
./modules/dev.nix
./modules/shell.nix
@@ -10,6 +11,12 @@
./jawz.nix
];
system.stateVersion = "24.05";
sops = {
defaultSopsFormat = "yaml";
defaultSopsFile = ./secrets/secrets.yaml;
age.keyFile =
"${config.environment.variables.XDG_CONFIG_HOME}/sops/age/keys.txt";
};
home-manager = {
useUserPackages = true;
useGlobalPkgs = true;
@@ -69,14 +76,7 @@
"https://ai.cachix.org"
"https://cache.lix.systems"
];
trusted-public-keys = [
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
"nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
"ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc="
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
trusted-public-keys = config.sops.trusted-public-keys;
};
};
documentation.enable = false;