tao is a magician
This commit is contained in:
parent
342aa83849
commit
3ee6761b45
8 changed files with 175 additions and 297 deletions
15
home.nix
Normal file
15
home.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
# pkgs,
|
||||
# inputs,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.username = "jet";
|
||||
home.homeDirectory = "/home/jet";
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue