add back packages
This commit is contained in:
14
sw.nix
14
sw.nix
@@ -37,22 +37,22 @@
|
|||||||
oh-my-posh
|
oh-my-posh
|
||||||
zsh
|
zsh
|
||||||
git
|
git
|
||||||
#zoom-us
|
zoom-us
|
||||||
#teams-for-linux
|
teams-for-linux
|
||||||
#wpsoffice
|
wpsoffice
|
||||||
inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim
|
inputs.lazyvim-nixvim.packages.${stdenv.hostPlatform.system}.nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
#nerd-fonts.fira-code
|
nerd-fonts.fira-code
|
||||||
#corefonts
|
corefonts
|
||||||
#noto-fonts
|
noto-fonts
|
||||||
];
|
];
|
||||||
fonts.fontconfig = {
|
fonts.fontconfig = {
|
||||||
enable = true;
|
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
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|||||||
Reference in New Issue
Block a user