mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: flake update
marksman and mise causing rebuild switch errors
This commit is contained in:
parent
85a9889d0a
commit
f103e93429
7 changed files with 58 additions and 45 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
globalConfig = {
|
||||
tools = {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = ["bash-ls"];
|
||||
servers = ["bash-language-server"];
|
||||
};
|
||||
treesitter.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = ["marksman"];
|
||||
servers = ["markdown-oxide"]; # https://github.com/NotAShelf/nvf/discussions/1389
|
||||
};
|
||||
treesitter.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,6 +115,11 @@
|
|||
check-further-callbacks = true;
|
||||
run = ["layout floating"];
|
||||
}
|
||||
{
|
||||
"if".app-id = "cc.ffitch.shottr";
|
||||
check-further-callbacks = true;
|
||||
run = ["layout floating"];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue