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

13 lines
143 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
fastfetch
wget
unzip
git
tree
dos2unix
neovim
];
}