From aae4d0c7b142278df1e1d2eba179bac0573633e8 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 6 May 2023 21:31:50 +0200 Subject: [PATCH] Add packages --- nixos-config/home-manager.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-config/home-manager.nix b/nixos-config/home-manager.nix index e2e14f4a..1e2e3f70 100644 --- a/nixos-config/home-manager.nix +++ b/nixos-config/home-manager.nix @@ -48,6 +48,9 @@ in { #xfce.xfce4-settings # xfce settings manager xfce.xfconf # xfce config storage transmission-remote-gtk # torrent remote controll gui + libreoffice-fresh # office document editor + hunspell # offline spellchecker (en) + hunspellDicts.de_CH # adds German (Switzerland) for hunspell ]; imports = [ ./home-manager/hyprland.nix ./home-manager/fish.nix ];