feat: add lsp - nil, add iso/qcow2 generator

This commit is contained in:
ryan4yin
2023-05-21 19:35:36 +08:00
parent 14f4ef912a
commit 4959da0b7e
4 changed files with 180 additions and 6 deletions
+3
View File
@@ -27,6 +27,9 @@
nixpkgs.overlays = import ../../overlays args;
# Enable binfmt emulation of aarch64-linux, this is required for cross compilation.
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Bootloader.
boot.loader = {
efi = {