reorg
This commit is contained in:
@@ -18,5 +18,10 @@
|
||||
name = "Input Sans Narrow Light";
|
||||
size = 10;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
path = "[path]";
|
||||
luasnip = "[snip]";
|
||||
buffer = "[buffer]";
|
||||
neorg = "[neorg]";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -46,7 +45,6 @@
|
||||
# Words from other open buffers can also be suggested.
|
||||
option.get_bufnrs.__raw = "vim.api.nvim_list_bufs";
|
||||
}
|
||||
{name = "neorg";}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
export PATH="/etc/profiles/per-user/cnst/bin:$PATH"
|
||||
echo "PATH=$PATH" > /tmp/tsserver-log.txt
|
||||
exec /etc/profiles/per-user/cnst/bin/tsserver "$@" >> /tmp/tsserver-log.txt 2>&1
|
||||
@@ -55,27 +55,6 @@
|
||||
wpa_supplicant
|
||||
xfce.thunar-archive-plugin
|
||||
xfce.thunar-volman
|
||||
|
||||
# misc.language_servers
|
||||
typescript-language-server
|
||||
typescript
|
||||
nixd
|
||||
nil
|
||||
statix
|
||||
hyprlang
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
pyright
|
||||
isort
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
clippy
|
||||
lua-language-server
|
||||
stylua
|
||||
nodePackages_latest.nodejs
|
||||
nodePackages.prettier
|
||||
prettierd
|
||||
black
|
||||
];
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
|
||||
Reference in New Issue
Block a user