configure zsh with home manager
This commit is contained in:
parent
7eca12a6cf
commit
98faa338d6
6 changed files with 83 additions and 3 deletions
|
@ -6,6 +6,9 @@
|
|||
outputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./zsh
|
||||
];
|
||||
home = {
|
||||
username = "yt";
|
||||
homeDirectory = "/home/yt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue