From 3d0d9f5946b04cac49f34fd7aca66e224d1961de Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 27 Apr 2024 03:47:20 -0600 Subject: testing mime type for auto launching packet tracer --- home-manager/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'home-manager/home.nix') diff --git a/home-manager/home.nix b/home-manager/home.nix index dc64818..32b65a0 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -21,6 +21,13 @@ config.allowUnfree = true; }; + xdg.mimeApps = { + enable = true; + defaultApplications = { + "x-scheme-handler/pttp" = ["cisco-pt8.desktop.desktop"]; + "application/octet-stream" = ["cisco-pt8.desktop.desktop"]; + }; + }; # home-manager.users.defin= { home = { # Home Manager needs a bit of information about you and the paths it should -- cgit v1.2.3