made git profile options.
This commit is contained in:
parent
a26d6a1e02
commit
90409b441f
8 changed files with 187 additions and 129 deletions
|
@ -5,12 +5,21 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
# machine specific options
|
||||
host.enable-speech = true;
|
||||
host.nvim.enable-lsp = true;
|
||||
host.nvim.enable-treesitter = true;
|
||||
host = {
|
||||
enable-speech = true;
|
||||
nvim = {
|
||||
enable-lsp = true;
|
||||
enable-treesitter = true;
|
||||
};
|
||||
git = {
|
||||
profile = {
|
||||
name = "Gabe Venberg";
|
||||
email = "gabevenberg@gmail.com";
|
||||
};
|
||||
workProfile.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
home.username = "gabe";
|
||||
home.homeDirectory = "/home/gabe";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue