feat: nb, nvim config, install apps
This commit is contained in:
parent
4bc85210f9
commit
5dba628040
3 changed files with 7 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ in {
|
||||||
fontforge
|
fontforge
|
||||||
freecad
|
freecad
|
||||||
firefox
|
firefox
|
||||||
|
handbrake
|
||||||
openscad
|
openscad
|
||||||
orca-slicer
|
orca-slicer
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,10 @@ in {
|
||||||
glib
|
glib
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
|
# mobile
|
||||||
|
flutter
|
||||||
|
supabase-cli
|
||||||
|
|
||||||
air
|
air
|
||||||
go
|
go
|
||||||
|
|
||||||
|
|
@ -35,6 +39,7 @@ in {
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
nodejs_22
|
nodejs_22
|
||||||
php
|
php
|
||||||
|
postgresql
|
||||||
rbw
|
rbw
|
||||||
sops
|
sops
|
||||||
unzip
|
unzip
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ local config = {
|
||||||
on_config_done = nil,
|
on_config_done = nil,
|
||||||
-- size can be a number or function which is passed the current terminal
|
-- size can be a number or function which is passed the current terminal
|
||||||
size = 60,
|
size = 60,
|
||||||
open_mapping = [[<M-t>]],
|
open_mapping = nil,
|
||||||
hide_numbers = true, -- hide the number column in toggleterm buffers
|
hide_numbers = true, -- hide the number column in toggleterm buffers
|
||||||
shade_filetypes = {},
|
shade_filetypes = {},
|
||||||
shade_terminals = true,
|
shade_terminals = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue