diff --git a/home/duti.nix b/home/duti.nix index 5cf2576..66c8d29 100644 --- a/home/duti.nix +++ b/home/duti.nix @@ -28,7 +28,7 @@ # Apply defaults after linking config home.activation.dutiApply = { - script = '' + data = '' ${pkgs.duti}/bin/duti -d ${config.xdg.configHome}/duti/config ''; };