mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): extraUtils option
This commit is contained in:
parent
e0c41a8804
commit
453d222600
5 changed files with 33 additions and 31 deletions
|
|
@ -8,6 +8,7 @@
|
|||
system = "x86_64-linux";
|
||||
extraSettings = {
|
||||
extraLanguageServers = true;
|
||||
extraUtils = true;
|
||||
enableCmus = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
system = "aarch64-darwin";
|
||||
extraSettings = {
|
||||
extraLanguageServers = true;
|
||||
extraUtils = true;
|
||||
enableCmus = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue