fix vscode bugging out
This commit is contained in:
parent
ef297345e1
commit
c53ff86cb4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
PATH = "$PATH:/etc/nixos/scripts";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
VISUAL = "code";
|
VISUAL = "code";
|
||||||
|
|
||||||
|
@ -16,6 +17,6 @@
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# Enable Ozone Wayland support in Chromium and Electron applications
|
# Enable Ozone Wayland support in Chromium and Electron applications
|
||||||
#TODO - This causes issues with VSCode until the November 2024 release.
|
#TODO - This causes issues with VSCode until the November 2024 release.
|
||||||
# NIXOS_OZONE_WL = lib.mkDefault "1";
|
NIXOS_OZONE_WL = lib.mkDefault "";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue