added enable options to termina modules.
This commit is contained in:
parent
6f0e167087
commit
3eee4e105d
16 changed files with 358 additions and 298 deletions
|
@ -11,9 +11,14 @@
|
|||
../../modules/home-manager/terminal/tiny-irc.nix
|
||||
];
|
||||
|
||||
user.nvim = {
|
||||
enable-lsp = true;
|
||||
enable-treesitter = true;
|
||||
user = {
|
||||
nushell.enable = true;
|
||||
starship.enable = true;
|
||||
tiny.enable = true;
|
||||
nvim = {
|
||||
enable-lsp = true;
|
||||
enable-treesitter = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -22,11 +27,6 @@
|
|||
hyperfine
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
PIPENV_VENV_IN_PROJECT = 1;
|
||||
POETRY_VIRTUALENVS_IN_PROJECT = 1;
|
||||
};
|
||||
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
tealdeer.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue