various updates for sync

This commit is contained in:
Luke Granger-Brown 2024-07-29 00:36:35 +01:00
parent f34ce41345
commit 17c115a2eb
3 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,6 @@ in
polkitPolicyOwners = [ "lukegb" ]; polkitPolicyOwners = [ "lukegb" ];
}; };
sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
services.pipewire = { services.pipewire = {
enable = true; enable = true;

View file

@ -49,7 +49,7 @@ in
gotools gotools
graphicsmagick-imagemagick-compat graphicsmagick-imagemagick-compat
vault vault
youtube-dl yt-dlp
] ++ lib.optionals (isLinux && isx86) [ ] ++ lib.optionals (isLinux && isx86) [
depot.nix.pkgs.copybara depot.nix.pkgs.copybara
])); ]));

View file

@ -13,6 +13,7 @@ let
"envoy-1.27.3-deps.tar.gz" "envoy-1.27.3-deps.tar.gz"
"python3.11-django-3.2.25" "python3.11-django-3.2.25"
"python3.12-django-3.2.25"
# for authentik? # for authentik?
"python3.10-requests-2.29.0" "python3.10-requests-2.29.0"