nixfiles/profiles/dev/editors.nix
2021-12-26 14:07:09 +00:00

2 lines
69 B
Nix

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