feat: add script to dump dconf and convert it to nix, and setup automove windows and gnome tweaks

This commit is contained in:
HerozDotExe 2026-02-23 15:02:22 +01:00
parent 9731c873a6
commit 906cb30ef2
4 changed files with 31 additions and 0 deletions

View file

@ -53,6 +53,7 @@ with lib.gvariant;
"blur-my-shell@aunetx"
"appindicatorsupport@rgcjonas.gmail.com"
"mediacontrols@cliffniff.github.com"
"auto-move-windows@gnome-shell-extensions.gcampax.github.com"
];
disabled-extensions = [ ];
favorite-apps = [
@ -84,6 +85,13 @@ with lib.gvariant;
natural-scroll = false;
speed = -0.28205128205128205;
};
"org/gnome/shell/extensions/auto-move-windows" = {
application-list = [
"io.bassi.Amberol.desktop:3"
"vesktop.desktop:3"
];
};
};
};
}