dotfiles/users/josh/programs/postgres.nix

8 lines
73 B
Nix

{ ... }:
{
home.file.".psqlrc".text = ''
\pset pager off
'';
}