mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 09:49:39 +01:00
7 lines
117 B
Nix
7 lines
117 B
Nix
{
|
|
programs.pgcli.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/pgcli/config
|
|
'';
|
|
}
|