various updates for sync
This commit is contained in:
parent
f34ce41345
commit
17c115a2eb
3 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,6 @@ in
|
|||
polkitPolicyOwners = [ "lukegb" ];
|
||||
};
|
||||
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
@ -49,7 +49,7 @@ in
|
|||
gotools
|
||||
graphicsmagick-imagemagick-compat
|
||||
vault
|
||||
youtube-dl
|
||||
yt-dlp
|
||||
] ++ lib.optionals (isLinux && isx86) [
|
||||
depot.nix.pkgs.copybara
|
||||
]));
|
||||
|
|
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
@ -13,6 +13,7 @@ let
|
|||
"envoy-1.27.3-deps.tar.gz"
|
||||
|
||||
"python3.11-django-3.2.25"
|
||||
"python3.12-django-3.2.25"
|
||||
|
||||
# for authentik?
|
||||
"python3.10-requests-2.29.0"
|
||||
|
|
Loading…
Reference in a new issue