feat: tools

This commit is contained in:
Tine 2024-02-10 14:34:27 +01:00
parent bc26d8569e
commit a23d047548
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
3 changed files with 11 additions and 1 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always'
--theme=OneHalfDark
--theme=OneHalfLight

View file

@ -35,6 +35,10 @@
jq
yq
http-prompt
watchexec
devbox
nodePackages.prettier
direnv
# Docker
docker-compose
@ -131,6 +135,10 @@
vimAlias = true;
};
programs.direnv = {
enable = true;
};
programs.zsh = {
enable = true;
history = {

View file

@ -9,6 +9,8 @@ require("copilot").setup({
go = true,
yaml = true,
python = true,
css = true,
tmpl = true,
},
})
require("copilot_cmp").setup()