diff --git a/hosts/pulsebert/home.nix b/hosts/pulsebert/home.nix index 5821e300..d9a43aeb 100644 --- a/hosts/pulsebert/home.nix +++ b/hosts/pulsebert/home.nix @@ -12,6 +12,6 @@ tmux pulsemixer ncpamixer - python35.withPackages(ps: with ps; [ youtube-dl ]) + python37.withPackages(ps: with ps; [ youtube-dl ]) ]; }