10 lines
149 B
Nix
10 lines
149 B
Nix
_: {
|
|
dconf = {
|
|
enable = true;
|
|
settings = {
|
|
"org/gnome/desktop/wm/preferences" = {
|
|
button-layout = "";
|
|
};
|
|
};
|
|
};
|
|
}
|