This commit is contained in:
2026-05-19 21:33:08 +01:00
parent 1977e912ee
commit 6b8e08fb7a
3 changed files with 121 additions and 98 deletions
+10 -1
View File
@@ -46,9 +46,9 @@
rustfmt
# misc
ripgrep
# misc
nixd
tree-sitter
rust-analyzer
];
performance.byteCompileLua = {
enable = true;
@@ -106,6 +106,15 @@
};
nixd = {
enable = true;
settings = {
nixd = {
nixpkgs.expr = "import (builtins.getFlake \"${toString /home/doloro/dotfiles}\").inputs.nixpkgs { }";
options = {
nixos.expr = "(builtins.getFlake \"${toString /home/doloro/dotfiles}\").nixosConfigurations.desktop.options";
home_manager.expr = "(builtins.getFlake \"${toString /home/doloro/dotfiles}\").homeConfigurations.doloro-desktop.options";
};
};
};
};
astro = {
enable = true;