mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add vscode extensions and chromium with package
This commit is contained in:
@@ -35,12 +35,19 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox-devedition;
|
package = pkgs.firefox-devedition;
|
||||||
};
|
};
|
||||||
|
chromium = {
|
||||||
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
{ id = "dhdgffkkebhmkfjojejmpbldmpobfkfo"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = with pkgs; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
vscode-extensions.svelte.svelte-vscode
|
svelte.svelte-vscode
|
||||||
vscode-extensions.jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
vscode-extensions.ritwickdey.liveserver
|
ritwickdey.liveserver
|
||||||
|
astro-build.astro-vscode
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"editor.tabSize" = 2;
|
"editor.tabSize" = 2;
|
||||||
@@ -69,7 +76,7 @@
|
|||||||
spotify
|
spotify
|
||||||
nil
|
nil
|
||||||
zoom-us
|
zoom-us
|
||||||
ciscoPacketTracer8
|
teamspeak5_client
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user