mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: add lsp - nil, add iso/qcow2 generator
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user