Added zsh

This commit is contained in:
Tibo De Peuter 2023-03-24 11:15:51 +01:00
parent 878656d2ec
commit 16f489be0d
5 changed files with 79 additions and 11 deletions

View file

@ -42,12 +42,6 @@
};
modules = [
./users/tdpeuter/home.nix
{
home = {
username = "tdpeuter";
homeDirectory = "/home/tdpeuter";
};
}
];
};
};
@ -60,6 +54,6 @@
inherit system;
modules = [ ./hosts/Tibo-NixTest ];
};
};
};
};
}