Change electron env vars and codium

This commit is contained in:
Bart van der Braak 2024-10-17 19:22:34 +02:00
parent 5d9fc637c2
commit 02591d8594

View file

@ -60,7 +60,7 @@
description = "Bart van der Braak"; description = "Bart van der Braak";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
vscodium-fhs vscodium
thunderbird thunderbird
fastfetch fastfetch
wezterm wezterm
@ -85,7 +85,11 @@
curl curl
fzf fzf
]; ];
environment.variables.EDITOR = "vim"; environment.variables = {
EDITOR = "vim";
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
NIXOS_OZONE_WL = "1";
};
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
jetbrains-mono jetbrains-mono