Fix warnings

This commit is contained in:
muon 2025-12-22 17:33:30 +00:00
parent 15d1a89310
commit 76d16b1348
2 changed files with 6 additions and 8 deletions

View file

@ -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];
}; };
}; };

View file

@ -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 = ""