fix(vscode): use FHS environment for VSCode to allow Codeium install
see https://nixos.wiki/wiki/Visual_Studio_Code#Use_VS_Code_extensions_without_additional_configuration and https://discordapp.com/channels/1027685395649015980/1057977992770490438/1057977992770490438
This commit is contained in:
1
home.nix
1
home.nix
@@ -30,6 +30,7 @@
|
|||||||
programs.vim.enable = true;
|
programs.vim.enable = true;
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.vscode.fhs;
|
||||||
extensions = [ ];
|
extensions = [ ];
|
||||||
};
|
};
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"ngrok"
|
"ngrok"
|
||||||
"postman"
|
"postman"
|
||||||
"vscode"
|
"vscode"
|
||||||
|
"code"
|
||||||
|
|
||||||
"google-chrome-beta"
|
"google-chrome-beta"
|
||||||
"slack"
|
"slack"
|
||||||
@@ -108,7 +109,7 @@
|
|||||||
shotcut
|
shotcut
|
||||||
|
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
vscode
|
vscode.fhs
|
||||||
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay
|
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay
|
||||||
|
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
|
|||||||
Reference in New Issue
Block a user