finalize configuration before reinstalling

This commit is contained in:
caem 2025-01-26 15:43:32 +01:00
parent cc4a6f08a8
commit b26fd20ead
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 14 additions and 7 deletions

View file

@ -38,6 +38,12 @@ in{
"org.gnome.Nautilus.desktop"
];
};
"org/gnome/shell/extensions/forge" = {
float-always-on-top-enabled = false;
focus-border-toggle = false;
move-pointer-to-focus = true;
stacked-tiling-mode-enable = true;
};
"org/gnome/shell/extensions/just-perfection" = {
calendar = false;
events-button = false;

View file

@ -49,6 +49,11 @@
users."${username}" = {
directories = [
".config/dconf"
# Right now I don't really modify much here other than the tab group tab colour
# but I might in the future want to manage these files using home-manager instead
# of having them set imperatively and simply persisted.
".config/forge"
];
};
};