feat: replace flame with glance

This commit is contained in:
Nickolaj Jepsen 2025-12-14 01:34:24 +01:00
parent 05199cf98e
commit fac1a09715
9 changed files with 471 additions and 47 deletions

View file

@ -1,4 +1,4 @@
{
{lib, ...}: {
config = {
fireproof = {
hostname = "work";
@ -8,6 +8,8 @@
dev.enable = true;
};
facter.reportPath = ./facter.json;
fireproof.home-manager.programs.firefox.profiles.default.settings."browser.startup.homepage" = lib.mkForce "https://glance.nickolaj.com/work";
};
imports = [