diff options
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 |
