mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
lavaridge: added forced wayland for electron apps
This commit is contained in:
parent
07c435390d
commit
ddd19ebe8a
|
@ -6,6 +6,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../../modules/gnome
|
../../modules/gnome
|
||||||
|
../../modules/gnome/fractional_scaling.nix
|
||||||
../../modules/homelab/virtualization.nix
|
../../modules/homelab/virtualization.nix
|
||||||
../../modules/plymouth.nix
|
../../modules/plymouth.nix
|
||||||
../../modules/steam.nix
|
../../modules/steam.nix
|
||||||
|
|
5
modules/gnome/fractional_scaling.nix
Normal file
5
modules/gnome/fractional_scaling.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
}
|
Loading…
Reference in a new issue