From c1bbe28b1ff41a2f6b580228cdaf96d7d10f977a Mon Sep 17 00:00:00 2001 From: Hunter Date: Thu, 4 Dec 2025 13:07:39 -0500 Subject: [PATCH] add back packages --- sw.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sw.nix b/sw.nix index 3f2283a..1974bbd 100644 --- a/sw.nix +++ b/sw.nix @@ -37,22 +37,22 @@ oh-my-posh zsh git - #zoom-us - #teams-for-linux - #wpsoffice + zoom-us + teams-for-linux + wpsoffice inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim ]; programs.zsh.enable = true; fonts.packages = with pkgs; [ - #nerd-fonts.fira-code - #corefonts - #noto-fonts + nerd-fonts.fira-code + corefonts + noto-fonts ]; fonts.fontconfig = { enable = true; - #defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ]; + defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ]; }; # Some programs need SUID wrappers, can be configured further or are