vscodium on Wayland

This commit is contained in:
Daniel Langbein 2023-10-20 14:57:56 +02:00
parent bb02598084
commit d1025e0258
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,7 +1,8 @@
{ config, pkgs, ... }: { config, pkgs, lib, ... }:
{ {
# Integrated Development Environment (IDE) # Integrated Development Environment (IDE)
# Wayland support: NIXOS_OZONE_WL=1
environment.sessionVariables.NIXOS_OZONE_WL = lib.mkIf (config.services.xserver.displayManager.gdm.wayland) "1";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(vscode-with-extensions.override { (vscode-with-extensions.override {