From 1bcec1332c54ba05eb4eb7907b9c3d548310e1d8 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 24 Apr 2024 11:20:06 -0400 Subject: [PATCH] Enable Gnome fractional scaling --- modules/users/common/gnome.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/users/common/gnome.nix b/modules/users/common/gnome.nix index 8f68530..2f4d179 100644 --- a/modules/users/common/gnome.nix +++ b/modules/users/common/gnome.nix @@ -1,9 +1,12 @@ { lib, pkgs, osConfig, ... }: { - # Additional Gnome configurations via home-manager. Imported by default by aires and gremlin. + # Additional Gnome configurations via home-manager. dconf.settings = lib.mkIf osConfig.host.ui.gnome.enable { "org/gnome/mutter" = { edge-tiling = true; workspaces-only-on-primary = false; + experimental-features = [ + "scale-monitor-framebuffer" # Fractional scaling + ]; }; "org/gnome/desktop/interface" = {