nixcfg/modules/gnome/fractional_scaling.nix

6 lines
81 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
2024-03-24 19:44:09 -04:00
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}