8 lines
125 B
Nix
8 lines
125 B
Nix
{
|
|
dconf.settings = {
|
|
"org/gnome/desktop/wm/preferences" = {
|
|
button-layout = "icon:maximize,close";
|
|
};
|
|
};
|
|
}
|