desktop: reenable handbrake

This commit is contained in:
Jez Cope 2023-07-05 12:01:14 +01:00
parent efb223b117
commit 2d9182587f
1 changed files with 3 additions and 5 deletions

View File

@ -46,7 +46,7 @@ with lib;
gn.cheese
vlc
v4l-utils
#handbrake
handbrake
darktable
pavucontrol
vorbis-tools
@ -209,9 +209,7 @@ with lib;
services.nextcloud-client.enable = true;
# See https://github.com/NixOS/nixpkgs/issues/206630
systemd.user.services.nextcloud-client = {
Unit = {
After = pkgs.lib.mkForce "graphical-session.target";
};
systemd.user.services.nextcloud-client = {
Unit = { After = pkgs.lib.mkForce "graphical-session.target"; };
};
}