diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 22:57:59 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 22:57:59 -0500 |
| commit | 6b72f8b134cd3213e87e99cb5aa4a22bbd7eed28 (patch) | |
| tree | a6fe7cd961d7914752683a0322a35fcec50f8c43 /configuration.nix | |
| parent | ca130e5f1446d69713db321c7b16005434cfddf8 (diff) | |
update browser
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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 = { |
