From c79b010d7d285c9e8fe3d1fe85668de3f566612c Mon Sep 17 00:00:00 2001 From: roxwize Date: Wed, 18 Dec 2024 17:20:48 -0500 Subject: [PATCH] ~ --- TODO | 2 +- nixos/home.nix | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index b5a845e..4437781 100644 --- a/TODO +++ b/TODO @@ -12,7 +12,7 @@ [x] Consider using flakes [x] Use just? [ ] Are you managing package overlays properly (check home.nix FIXME and https://nixos-and-flakes.thiscute.world/nixpkgs/overlays) - +- [ ] Just put it in your base.nix config and see if it comes across to home + +- [x] Just put it in your base.nix config and see if it comes across to home | manager or if you have to import it into both +- [ ] https://github.com/notusknot/dotfiles-nix/blob/a034dcb6daff31ce50cdbc74a5972b1ef56ef3d7/overlays/apple-color-emoji.nix [ ] Use pass ? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html) diff --git a/nixos/home.nix b/nixos/home.nix index a827409..c085001 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -40,6 +40,20 @@ "browser.newtabpage.activity-stream.showSponsoredTopSites" = false; "browser.newtabpage.activity-stream.telemetry" = false; "browser.newtabpage.activity-stream.topSitesRows" = 2; + "browser.newtabpage.pinned" = [ + { + url = "https://discord.com/app/"; + label = "Discord"; + } + { + url = "https://pikidiary.lol/"; + label = "PikiDiary"; + } + { + url = "https://en.wikipedia.org/"; + label = "Wikipedia"; + } + ]; "datareporting.healthreport.uploadEnabled" = false; "font.name.monospace.x-western" = "Fira Code"; "layout.css.prefers-color-scheme.content-override" = 0;