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

View File

@@ -2,6 +2,7 @@
pkgs,
nixpkgs-stable,
config,
nil,
...
}: let
pkgs-stable = import nixpkgs-stable {
@@ -12,6 +13,8 @@
home.packages = with pkgs-stable; [
firefox-wayland # firefox with wayland support
# firefox
nil.packages."${pkgs.system}".default # nix language server
];