nixfiles/profiles/dev/editors.nix
2021-12-25 17:50:34 +00:00

6 lines
77 B
Nix

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