mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
8 lines
131 B
Nix
8 lines
131 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
environment.sessionVariables = {
|
|
# WLR_NO_HARDWARE_CURSORS = "1";
|
|
NIXOS_OZONE_WL = "1";
|
|
};
|
|
}
|