mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Fix warnings
This commit is contained in:
parent
15d1a89310
commit
76d16b1348
2 changed files with 6 additions and 8 deletions
|
|
@ -174,7 +174,7 @@ in
|
|||
workspaceNumbers = true;
|
||||
trayOutput = "primary";
|
||||
}
|
||||
// config.lib.stylix.i3.bar;
|
||||
// config.stylix.targets.i3.exportedBarConfig;
|
||||
in [stylix_bar];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -226,17 +226,17 @@ in {
|
|||
enableExtraDiagnostics = true;
|
||||
|
||||
nix.enable = true;
|
||||
nix.lsp.server = "nixd";
|
||||
nix.lsp.servers = ["nixd"];
|
||||
|
||||
markdown.enable = true;
|
||||
bash.enable = true;
|
||||
rust.enable = true;
|
||||
rust.crates.enable = true;
|
||||
rust.extensions.crates-nvim.enable = true;
|
||||
|
||||
python.enable = true;
|
||||
python.lsp.server = "pyright";
|
||||
python.lsp.servers = ["pyright"];
|
||||
# python.lsp.package = [(lib.getExe pkgs.ruff) "server"];
|
||||
python.format.type = "ruff";
|
||||
python.format.type = ["ruff" "black"];
|
||||
|
||||
clang = {
|
||||
enable = true;
|
||||
|
|
@ -273,9 +273,7 @@ in {
|
|||
|
||||
note_id_func =
|
||||
lib.generators.mkLuaInline
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
# lua
|
||||
''
|
||||
function(title)
|
||||
local suffix = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue