2 lines
56 B
Nix
2 lines
56 B
Nix
{ pkgs, ... }: { home.packages = with pkgs; [ nano ]; }
|
{ pkgs, ... }: { home.packages = with pkgs; [ nano ]; }
|