diff options
Diffstat (limited to 'home-manager/home.nix')
| -rw-r--r-- | home-manager/home.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 2d724e7..4230e8c 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -21,13 +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"]; - }; - }; + # 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 |
