unstable
This commit is contained in:
parent
fdd7e1c583
commit
686d607155
9 changed files with 84 additions and 19 deletions
|
|
@ -5,7 +5,7 @@
|
|||
anonymousPro
|
||||
cantarell-fonts
|
||||
cascadia-code
|
||||
charis-sil
|
||||
charis
|
||||
cm_unicode
|
||||
corefonts
|
||||
dejavu_fonts
|
||||
|
|
|
|||
5
home/modules/niri.nix
Normal file
5
home/modules/niri.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# services.niri.enable = true;
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,8 +25,10 @@
|
|||
openssl
|
||||
pandoc
|
||||
pdftk
|
||||
quarto
|
||||
ripmime
|
||||
urlscan
|
||||
visidata
|
||||
w3m
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ let
|
|||
progress
|
||||
purrr
|
||||
qrcode
|
||||
quarto
|
||||
RColorBrewer
|
||||
readODS
|
||||
revealjs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue