From 2d3897ebd6d56215a85364acd2d2cfd04f607f94 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 29 Nov 2024 14:11:45 +0100 Subject: [PATCH] . --- flake.lock | 6 +++--- home.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index d27ba4e..d693902 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1732482255, - "narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=", + "lastModified": 1732793095, + "narHash": "sha256-6TrknJ8CpvSSF4gviQSeD+wyj3siRcMvdBKhOXkEMKU=", "owner": "nix-community", "repo": "home-manager", - "rev": "a9953635d7f34e7358d5189751110f87e3ac17da", + "rev": "2f7739d01080feb4549524e8f6927669b61c6ee3", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index e3bd1e9..d92bebd 100644 --- a/home.nix +++ b/home.nix @@ -94,6 +94,7 @@ args@{ ungoogled-chromium unzip usbutils + vdhcoapp vlc wine64Packages.waylandFull wlr-randr @@ -285,6 +286,7 @@ passwordeval "pass Privat/Mailaccount | head -n 1" "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08" "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08" "com.stremio.Stremio" + "org.jdownloader.JDownloader" ]; }; @@ -689,6 +691,9 @@ passwordeval "pass Privat/Mailaccount | head -n 1" profiles.default = { isDefault = true; }; + nativeMessagingHosts = [ + pkgs.vdhcoapp + ]; }; programs.thunderbird = {