Adapt terminal-life to personal use-case

This commit is contained in:
Hendrik Sokolowski 2022-08-13 12:59:42 +02:00
parent 1eae96f4f2
commit 684a15972a
2 changed files with 7 additions and 1 deletions

View file

@ -73,6 +73,6 @@ in {
inherit pkgs;
inherit lib;
};
};
};
};
}

View file

@ -41,7 +41,13 @@ in {
rust-analyzer
solargraph
terraform-ls
rnix-lsp
universal-ctags
]
++ lib.optionals (!cfg.lite) [
gopls
python3Full
];
plugins = with pkgs.vimPlugins;