zsh
This commit is contained in:
parent
62afe97cb0
commit
ae8371e7e3
2 changed files with 46 additions and 2 deletions
|
|
@ -83,6 +83,8 @@
|
|||
services.openssh.enable = true;
|
||||
programs.java.enable = true;
|
||||
security.polkit.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
||||
# System packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -116,6 +118,19 @@
|
|||
wget
|
||||
];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
proggyfonts
|
||||
];
|
||||
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
documentation.nixos.enable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue