From 6b72f8b134cd3213e87e99cb5aa4a22bbd7eed28 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 20 May 2026 22:57:59 -0500 Subject: update browser --- configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 39ff746..474800f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -116,7 +116,7 @@ windowManager.dwm.package = pkgs.dwm.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/dwm.git"; - rev = "c6efd49544771588920e14eab44f79f67c51f9f9"; + rev = "4c0c205e4710856de0e2ed16c3d3f02e46d8a8fe"; }; }; xkb.layout = "us"; @@ -169,7 +169,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - nixfmt + nixfmt-classic libinput-gestures brightnessctl discord @@ -212,7 +212,10 @@ programs.dconf.enable = true; # browser - programs.firefox.enable = true; + programs.firefox = { + enable = true; + package = pkgs.librewolf; + }; # tmux programs.tmux = { -- cgit v1.2.3