Updates to config following flake.lock update

This commit is contained in:
Random936
2026-04-25 10:33:01 -04:00
parent 76e69f0bc8
commit 9ec14ce9fa
3 changed files with 8 additions and 5 deletions

View File

@@ -23,8 +23,6 @@
ccls
yaml-language-server
python3Packages.python-lsp-server
nodePackages.typescript-language-server
nodePackages.vscode-json-languageserver
];
programs = {

View File

@@ -35,12 +35,15 @@
};
};
gtk = {
enable = true;
gtk = let
theme = {
name = "Materia-dark";
package = pkgs.materia-theme;
};
in {
enable = true;
inherit theme;
gtk4.theme = theme;
};
xdg.mimeApps = {

View File

@@ -2,6 +2,9 @@
programs.neovim = {
enable = true;
vimAlias = true;
withPython3 = true;
withRuby = true;
coc = {
enable = true;
settings = {
@@ -23,7 +26,6 @@
coc-svelte
coc-clangd
coc-docker
coc-tsserver
coc-rust-analyzer
];