home: gnome with scale

This commit is contained in:
genofire 2021-12-02 23:31:26 +01:00
parent 63c0fa7a1f
commit 4cc1a69110
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
MOZ_WEBRENDER = 1;
};
# display: partly scale (like 150% or 125%)
dconf.settings."org/gnome/mutter" = {
"experimental-features" = ["scale-monitor-framebuffer"];
};
home.packages = with pkgs; [
vscodium
];