all repos — nixfiles @ bd406daa8f242fc4551422642d36282ca9353240

System and user configuration, managed by nix and home-manager

user-interface: replace Firefox with LibreWolf
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 02:50:29 +0200
commit

bd406daa8f242fc4551422642d36282ca9353240

parent

a92f7499eb0fe30a9c487394b2a01b9ecea7f82e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -9,7 +9,7 @@ TERMINAL = "xterm";   };
 
   home.packages = with pkgs; [
-    firefox
+    librewolf
   ] ++ lib.optionals (!stdenv.isDarwin) [
     pkgs.sshfs
     pkgs.mu