mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
users/foo-dogsquared/programs/vs-code: update config
This commit is contained in:
parent
5043f6b01a
commit
64621b0b2e
@ -9,8 +9,9 @@ in
|
||||
lib.mkEnableOption "foo-dogsquared's Visual Studio Code setup";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
suites.editors.vscode.enable = true;
|
||||
programs.vscode = {
|
||||
extensions = with pkgs; [
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# Additional language support.
|
||||
bbenoist.nix
|
||||
graphql.vscode-graphql
|
||||
|
Loading…
Reference in New Issue
Block a user