nixfiles/home/qenya/dconf/multitasking.nix

11 lines
193 B
Nix

{ config, lib, pkgs, ... }:
{
dconf.settings = {
"org/gnome/mutter" = {
edge-tiling = true;
dynamic-workspaces = true;
workspaces-only-on-primary = true;
};
};
}