configure zsh with home manager

This commit is contained in:
cy 2024-12-13 23:27:33 -05:00
parent 7eca12a6cf
commit 98faa338d6
6 changed files with 83 additions and 3 deletions

View file

@ -6,6 +6,9 @@
outputs,
...
}: {
imports = [
./zsh
];
home = {
username = "yt";
homeDirectory = "/home/yt";