mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 13:03:28 -05:00
Adding vscode-extensions
This commit is contained in:
parent
7805979814
commit
808184993c
2 changed files with 8 additions and 3 deletions
|
|
@ -26,6 +26,9 @@
|
||||||
catppuccin-vsc = {
|
catppuccin-vsc = {
|
||||||
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||||
};
|
};
|
||||||
|
nix-vscode-extensions = {
|
||||||
|
url = "github:nix-community/nix-vscode-extensions";
|
||||||
|
};
|
||||||
|
|
||||||
# solaar = {
|
# solaar = {
|
||||||
# url = "github:Svenum/Solaar-Flake/latest";
|
# url = "github:Svenum/Solaar-Flake/latest";
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,11 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
(lib.mkIf (config.vscode.enable) {
|
(lib.mkIf (config.vscode.enable) {
|
||||||
|
programs.vscode = {
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
Leathong.openscad-language-support
|
leathong.openscad-language-support
|
||||||
];
|
];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue