feat: synchronize, hibernate

This commit is contained in:
Kat Inskip 2025-10-22 15:31:51 -07:00
parent 6bb963d9ad
commit a4b63004fb
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
18 changed files with 48 additions and 110 deletions

View file

@ -23,19 +23,19 @@
popups = 0.8;
};
image = ./stylix.png;
polarity = "light";
polarity = "dark";
fonts = {
sansSerif = {
name = "Jost";
package = pkgs.jost;
name = "CozetteCrossedSevenVector";
package = pkgs.cozette;
};
serif = {
name = "Libre Baskerville";
package = pkgs.libre-baskerville;
};
monospace = {
name = "Monaspace Krypton";
package = pkgs.monaspace;
name = "CozetteCrossedSevenVector";
package = pkgs.cozette;
};
};
autoEnable = true;