Add antidote config

This commit is contained in:
2025-02-27 18:42:07 +01:00
parent d310ab19d3
commit 7fc2bf7b80
3 changed files with 38 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
{ ... }:
{
imports = [ ./zsh.nix ];
imports = [
./antidote.nix
./zsh.nix
];
}