home: gnome with scale
This commit is contained in:
parent
63c0fa7a1f
commit
4cc1a69110
|
@ -5,6 +5,11 @@
|
||||||
MOZ_WEBRENDER = 1;
|
MOZ_WEBRENDER = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# display: partly scale (like 150% or 125%)
|
||||||
|
dconf.settings."org/gnome/mutter" = {
|
||||||
|
"experimental-features" = ["scale-monitor-framebuffer"];
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vscodium
|
vscodium
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue