mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39:32 -08:00
flake updates
This commit is contained in:
parent
e5141f84c3
commit
3cd8ae0c21
4 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,6 @@ in
|
|||
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
package = pkgs.eww-wayland;
|
||||
configDir = ./eww-config;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -42,7 +42,6 @@ in
|
|||
];
|
||||
|
||||
settings = {
|
||||
|
||||
"$mod" = "SUPER";
|
||||
|
||||
exec-once = [
|
||||
|
|
|
@ -164,8 +164,11 @@ in
|
|||
|
||||
lsp = {
|
||||
enable = true;
|
||||
enabledServers = ["ocamllsp"];
|
||||
servers = {
|
||||
gleam = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
};
|
||||
gopls = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -183,3 +183,4 @@ require("monokai-pro").setup({
|
|||
})
|
||||
|
||||
vim.cmd.colorscheme "monokai-pro-spectrum"
|
||||
|
||||
|
|
Loading…
Reference in a new issue