mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
add gh and language server
This commit is contained in:
parent
c1ddb50003
commit
97de8a7102
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ with lib;
|
|||
inputs.devenv.packages.x86_64-linux.devenv
|
||||
inputs.nixpkgs-update.packages.x86_64-linux.nixpkgs-update
|
||||
unzip
|
||||
gh
|
||||
nil
|
||||
nixd
|
||||
] ++ (if config.machine.isGraphical then [
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];
|
||||
|
|
Loading…
Reference in a new issue