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