tao is a magician

This commit is contained in:
Jet Pham 2024-03-15 22:50:47 -07:00
parent 342aa83849
commit 3ee6761b45
8 changed files with 175 additions and 297 deletions

15
home.nix Normal file
View file

@ -0,0 +1,15 @@
{
# pkgs,
# inputs,
...
}: {
programs = {
neovim = {
enable = true;
};
};
home.username = "jet";
home.homeDirectory = "/home/jet";
home.stateVersion = "23.11";
}