nichts/hosts/common/packages.nix

23 lines
275 B
Nix
Raw Normal View History

2024-04-10 11:35:09 +02:00
{ inputs, outputs, profile-config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
neovim
eza
zsh
git
zip
unzip
neofetch
fastfetch
wget
zoxide
python3
gcc
htop
networkmanager
uwufetch
];
}