mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
vscodium on Wayland
This commit is contained in:
parent
bb02598084
commit
d1025e0258
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user