8 lines
132 B
Nix
8 lines
132 B
Nix
|
{...}: {
|
||
|
dconf.settings = {
|
||
|
"org/gnome/mutter" = {
|
||
|
experimental-features = ["scale-monitor-framebuffer"];
|
||
|
};
|
||
|
};
|
||
|
}
|