nixfiles/profiles/dev/editors.nix

6 lines
77 B
Nix
Raw Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
nano
];
}