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