1
Fork 0
nixos-system-config/modules/system/basic.nix

14 lines
143 B
Nix
Raw Normal View History

2024-06-09 22:11:13 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
fastfetch
wget
unzip
git
tree
dos2unix
neovim
];
}