mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
profile/desktop-dev: add flate vscode-theme
This commit is contained in:
parent
960404b280
commit
e0171adc7a
2 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
||||||
typos = {
|
typos = {
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ];
|
excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ];
|
||||||
|
settings.ignored-words = [ "flate" ];
|
||||||
};
|
};
|
||||||
yamllint = {
|
yamllint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -30,9 +30,11 @@ in
|
||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
|
pkief.material-icon-theme
|
||||||
] ++ [
|
] ++ [
|
||||||
# remove in 24.05
|
# remove in 24.05
|
||||||
unstable.vscode-extensions.equinusocio.vsc-material-theme
|
unstable.vscode-extensions.equinusocio.vsc-material-theme
|
||||||
|
unstable.vscode-extensions.hiukky.flate
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
# {
|
# {
|
||||||
# name = "vsc-material-theme";
|
# name = "vsc-material-theme";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue