diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-03 17:22:24 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-03 17:22:24 -0600 |
| commit | cedf26271fdcc808e4f82f3127f77a11b2b1eb83 (patch) | |
| tree | 36302d5512d7e5f28fb1dc13a20e984bf5267492 /home-manager | |
| parent | b91a9e21a000d4fc2a1612d04c0555b95270bf00 (diff) | |
mime types set imperatively
Diffstat (limited to 'home-manager')
| -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 |
