nixfiles/home/dev/all/editors.nix

2 lines
56 B
Nix

{ pkgs, ... }: { home.packages = with pkgs; [ nano ]; }