diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-02 12:16:51 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-02 12:16:51 -0500 |
| commit | 167c9c7d102ca4cfcbd3a0e70a142253d1566be4 (patch) | |
| tree | bccd743cefd40fc3dd4ba9f569c3a73d1c35ba4f /modules | |
| parent | 6065cfe9b28b6116964e3ea7bd8457f101d40f60 (diff) | |
| download | home-167c9c7d102ca4cfcbd3a0e70a142253d1566be4.tar.gz | |
modules/sway: fix xwayland font aliasing
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/sway/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix index a7938c0..0c32769 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -48,6 +48,7 @@ in pamixer killall ]; + home.sessionVariables.NIXOS_OZONE_WL="1"; wayland.windowManager.sway = lib.mkIf cfg.enable { checkConfig = false; enable = true; |