mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added
This commit is contained in:
parent
211de8d387
commit
0115561714
3 changed files with 6 additions and 2 deletions
|
|
@ -92,12 +92,15 @@ function dev() {
|
|||
case $choice in
|
||||
1)
|
||||
(cd ~/Documents/developerEnvs/webDev && nix develop)
|
||||
echo "Don't forget to cd into your projects directory. Have a great day!"
|
||||
;;
|
||||
2)
|
||||
(cd ~/Documents/developerEnvs/elixirDev && nix develop)
|
||||
echo "Don't forget to cd into your projects directory. Have a great day!"
|
||||
;;
|
||||
3)
|
||||
(cd ~/Documents/developerEnvs/haskellDev && nix develop)
|
||||
echo "Don't forget to cd into your projects directory. Have a great day!"
|
||||
;;
|
||||
# Add more cases here...
|
||||
*)
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@ lsp.setup_servers({
|
|||
'lua_ls',
|
||||
'marksman',
|
||||
'purescriptls',
|
||||
'tailwindcss'
|
||||
'tailwindcss',
|
||||
'bashls'
|
||||
})
|
||||
|
||||
-- (Optional) Configure lua language server for neovim
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
electrum
|
||||
|
||||
keepassxc
|
||||
neofetch
|
||||
neofetch
|
||||
evince
|
||||
wireguard-tools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue