setting up zsh and starship

This commit is contained in:
Richie Cahill
2024-04-17 18:50:59 -04:00
parent 7b42fac27d
commit ee80ff285e
6 changed files with 49 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{
imports = [
./home/git.nix
./home/programs.nix
./home/sshconfig.nix
./home/cli
./home/vscode
];
@ -12,7 +12,6 @@
};
};
programs.zsh.enable = true;
home = {
username = "richie";
homeDirectory = "/home/richie";