2025-01-08 16:24:04 +01:00
|
|
|
{ ... }:
|
2020-10-12 02:27:44 +02:00
|
|
|
|
|
|
|
{
|
2025-01-08 16:24:04 +01:00
|
|
|
imports = [ ./zsh-stubs.nix ];
|
2020-10-12 02:27:44 +02:00
|
|
|
|
2025-01-08 16:24:04 +01:00
|
|
|
programs.zsh.prezto.enable = true;
|
2021-09-26 11:08:45 +02:00
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/.zpreztorc
|
|
|
|
'';
|
2020-10-12 02:27:44 +02:00
|
|
|
}
|