mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: replace flame with glance
This commit is contained in:
parent
05199cf98e
commit
fac1a09715
9 changed files with 471 additions and 47 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue