Files

12 lines
119 B
Nix

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