diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-27 03:47:20 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-27 03:47:20 -0600 |
| commit | 3d0d9f5946b04cac49f34fd7aca66e224d1961de (patch) | |
| tree | b4efe04f1b13dfe8ea35cffba04add1abd2ef965 /home-manager | |
| parent | f85280a4ec9e62d80d240c30973b555c029926ee (diff) | |
testing mime type for auto launching packet tracer
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
