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;
|
workspaceNumbers = true;
|
||||||
trayOutput = "primary";
|
trayOutput = "primary";
|
||||||
}
|
}
|
||||||
// config.lib.stylix.i3.bar;
|
// config.stylix.targets.i3.exportedBarConfig;
|
||||||
in [stylix_bar];
|
in [stylix_bar];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -226,17 +226,17 @@ in {
|
||||||
enableExtraDiagnostics = true;
|
enableExtraDiagnostics = true;
|
||||||
|
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
nix.lsp.server = "nixd";
|
nix.lsp.servers = ["nixd"];
|
||||||
|
|
||||||
markdown.enable = true;
|
markdown.enable = true;
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
rust.crates.enable = true;
|
rust.extensions.crates-nvim.enable = true;
|
||||||
|
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
python.lsp.server = "pyright";
|
python.lsp.servers = ["pyright"];
|
||||||
# python.lsp.package = [(lib.getExe pkgs.ruff) "server"];
|
# python.lsp.package = [(lib.getExe pkgs.ruff) "server"];
|
||||||
python.format.type = "ruff";
|
python.format.type = ["ruff" "black"];
|
||||||
|
|
||||||
clang = {
|
clang = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -273,9 +273,7 @@ in {
|
||||||
|
|
||||||
note_id_func =
|
note_id_func =
|
||||||
lib.generators.mkLuaInline
|
lib.generators.mkLuaInline
|
||||||
/*
|
# lua
|
||||||
lua
|
|
||||||
*/
|
|
||||||
''
|
''
|
||||||
function(title)
|
function(title)
|
||||||
local suffix = ""
|
local suffix = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue