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;
trayOutput = "primary";
}
// config.lib.stylix.i3.bar;
// config.stylix.targets.i3.exportedBarConfig;
in [stylix_bar];
};
};

View file

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