This commit is contained in:
Till 2026-03-21 12:02:45 +01:00
parent fdd7e1c583
commit 686d607155
9 changed files with 84 additions and 19 deletions

View file

@ -5,7 +5,7 @@
anonymousPro
cantarell-fonts
cascadia-code
charis-sil
charis
cm_unicode
corefonts
dejavu_fonts

5
home/modules/niri.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
# services.niri.enable = true;
}

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
@ -100,7 +100,7 @@
config = "lua require 'colorizer'.setup()";
}
{
{
plugin = nvim-lspconfig;
type = "lua";
config = ''
@ -112,8 +112,8 @@
vim.lsp.enable('texlab')
vim.lsp.enable('ts_ls')
vim.lsp.enable('vimls')
vim.api.nvim_del_keymap('i', '<c-s>')
vim.keymap.set({ 'i' }, "<c-tab>", vim.lsp.buf.signature_help, { desc = "Show signature help" })
'';
}
@ -143,6 +143,7 @@
'';
}
quarto-nvim
typescript-vim
{

View file

@ -25,8 +25,10 @@
openssl
pandoc
pdftk
quarto
ripmime
urlscan
visidata
w3m
];
}

View file

@ -24,6 +24,7 @@ let
progress
purrr
qrcode
quarto
RColorBrewer
readODS
revealjs