home: zsh: move into its own directory

This commit is contained in:
Bruno BELANYI 2021-02-19 19:39:36 +00:00
parent 91743635fc
commit 7c2430bb47
2 changed files with 1 additions and 1 deletions

View file

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