NixOS-Config/nixos/shared/packages/configuration.nix

30 lines
362 B
Nix
Raw Normal View History

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
# System tools
age
2024-01-30 14:10:27 +01:00
alejandra
git
git-filter-repo
home-manager
htop
neofetch
oh-my-zsh
rsync
2024-02-01 11:31:36 +01:00
spacevim
wget
zsh
# System libraries
noto-fonts
noto-fonts-emoji-blob-bin
noto-fonts-emoji
];
}