add back packages
This commit is contained in:
14
sw.nix
14
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
|
||||
|
||||
Reference in New Issue
Block a user