mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +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 = {
|
||||
enable = true;
|
||||
excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ];
|
||||
settings.ignored-words = [ "flate" ];
|
||||
};
|
||||
yamllint = {
|
||||
enable = true;
|
||||
|
|
|
@ -30,9 +30,11 @@ in
|
|||
ms-azuretools.vscode-docker
|
||||
ms-python.python
|
||||
ms-vscode-remote.remote-ssh
|
||||
pkief.material-icon-theme
|
||||
] ++ [
|
||||
# remove in 24.05
|
||||
unstable.vscode-extensions.equinusocio.vsc-material-theme
|
||||
unstable.vscode-extensions.hiukky.flate
|
||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
# {
|
||||
# name = "vsc-material-theme";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue