flake updates

This commit is contained in:
Nickiel12 2024-03-16 16:56:39 -07:00
parent e5141f84c3
commit 3cd8ae0c21
4 changed files with 5 additions and 3 deletions

View file

@ -16,7 +16,6 @@ in
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./eww-config;
};
}

View file

@ -42,7 +42,6 @@ in
];
settings = {
"$mod" = "SUPER";
exec-once = [

View file

@ -164,8 +164,11 @@ in
lsp = {
enable = true;
enabledServers = ["ocamllsp"];
servers = {
gleam = {
enable = true;
autostart = true;
};
gopls = {
enable = true;
};

View file

@ -183,3 +183,4 @@ require("monokai-pro").setup({
})
vim.cmd.colorscheme "monokai-pro-spectrum"