From b8f881fdbcea3287fda16b40c56846e9ada94cbc Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 3 Dec 2025 19:45:24 -0500 Subject: [PATCH] add office tools --- sw.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sw.nix b/sw.nix index 90d1581..77b42af 100644 --- a/sw.nix +++ b/sw.nix @@ -36,13 +36,17 @@ oh-my-posh zsh git + zoom-us + teams-for-linux + wpsoffice inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim ]; programs.zsh.enable = true; - fonts.packages = with pkgs; [ + fonts.fonts = with pkgs; [ nerd-fonts.fira-code + corefonts ]; fonts.fontconfig = { enable = true;