From 7a0aedc8110dee3c6ee7f80ed27682967ec37f8a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 8 Feb 2024 07:11:10 +0000 Subject: [PATCH] Add libreoffice back --- system/desktop.nix | 1 + system/hyprland.nix | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/system/desktop.nix b/system/desktop.nix index 5d36f090..b63f0c4d 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -10,6 +10,7 @@ glib gsettings-desktop-schemas protonvpn-gui + libreoffice-fresh inkscape czkawka tagger diff --git a/system/hyprland.nix b/system/hyprland.nix index 69e8e52e..f8a64e89 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -78,7 +78,7 @@ "application/epub+zip" = emacs; "application/rss+xml" = emacs; "application/oxps" = emacs; - "application/msword" = emacs; + # "application/msword" = emacs; "application/xhtml+xml" = browser; "application/x-shellscript" = emacs; @@ -94,9 +94,9 @@ "x-scheme-handler/about" = browser; "x-scheme-handler/chrome" = browser; "x-scheme-handler/webcal" = browser; - "x-scheme-handler/ms-word" = emacs; - "x-scheme-handler/ms-powerpoint" = emacs; - "x-scheme-handler/ms-excel" = emacs; + # "x-scheme-handler/ms-word" = emacs; + # "x-scheme-handler/ms-powerpoint" = emacs; + # "x-scheme-handler/ms-excel" = emacs; "x-scheme-handler/unknown" = emacs; "x-scheme-handler/msteams" = ["teams-for-linux.desktop"]; };