Files
nixos-blueprint/modules/home/desktop/dms/dconf.nix
T
2025-12-25 23:41:24 +02:00

8 lines
125 B
Nix

{
dconf.settings = {
"org/gnome/desktop/wm/preferences" = {
button-layout = "icon:maximize,close";
};
};
}