mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
d7bfce3bdd
commit
c79b010d7d
2 changed files with 15 additions and 1 deletions
2
TODO
2
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 <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue