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.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhs;
|
||||
extensions = [ ];
|
||||
};
|
||||
programs.rofi = {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"ngrok"
|
||||
"postman"
|
||||
"vscode"
|
||||
"code"
|
||||
|
||||
"google-chrome-beta"
|
||||
"slack"
|
||||
@@ -108,7 +109,7 @@
|
||||
shotcut
|
||||
|
||||
jetbrains-mono
|
||||
vscode
|
||||
vscode.fhs
|
||||
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay
|
||||
|
||||
unclutter-xfixes
|
||||
|
||||
Reference in New Issue
Block a user