nixfiles/home/dev/editors.nix
2021-12-26 14:21:54 +00:00

2 lines
56 B
Nix

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