mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-05-04 09:51:21 +00:00
Change electron env vars and codium
This commit is contained in:
parent
5d9fc637c2
commit
02591d8594
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue