add zsh config
This commit is contained in:
parent
1da9036f7b
commit
527048be0c
11 changed files with 213 additions and 353 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
{ ... }: {
|
||||
home.stateVersion = "24.05";
|
||||
home.username = "jonathan";
|
||||
home.homeDirectory = "/home/jonathan";
|
||||
|
||||
imports = [ ../../programs/nvim ];
|
||||
imports = [
|
||||
../../programs/nvim
|
||||
../../programs/zsh
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue