diff --git a/README.md b/README.md new file mode 100644 index 0000000..b50d631 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Lavitz - My NixOS desktop configuration named after Dart from the PS1 classic The Legend of Dragoon + +- Nix Version: 25.11 +- OS: MacOS +- Browser: Librewolf +- Terminal: Ghostty diff --git a/modules/librewolf.nix b/modules/librewolf.nix index 7d1df6a..2105729 100644 --- a/modules/librewolf.nix +++ b/modules/librewolf.nix @@ -92,6 +92,7 @@ let "browser.safebrowsing.provider.google4.updateURL" = ""; "browser.safebrowsing.provider.google.gethashURL" = ""; "browser.safebrowsing.provider.google.updateURL" = ""; + "browser.newtabpage.activity-stream.newtabWallpapers.wallpaper" = "dark-mountain" }; }; };