nichts/alt/hosts/common/packages.nix
2024-04-09 23:11:33 +02:00

23 lines
309 B
Nix
Executable file

{ inputs, outputs, profile-config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
neovim
eza
zsh
git
zip
unzip
neofetch
fastfetch
wget
zoxide
python3
gcc
htop
networkmanager
gnomeExtensions.appindicator
uwufetch
];
}