flake/common/packages.nix

8 lines
201 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
];
}