nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 29133642e1363ee201689ed66a1b502d7e37ca61
parent 4a2ee9a72288a2ba04f65b3b19d26c2e8e7aab41
Author: Toni Brown <me@tb148.eu.org>
Date:   Wed, 29 Oct 2025 23:39:37 +0800

install librewolf

Diffstat:
Mhome.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/home.nix b/home.nix @@ -121,6 +121,10 @@ programs.hyfetch.enable = true; + programs.librewolf.enable = true; + programs.librewolf.languagePacks = ["en" "zh-CN"]; + programs.librewolf.nativeMessagingHosts = [pkgs.kdePackages.plasma-browser-integration]; + programs.lutris = { enable = true; protonPackages = [pkgs.proton-ge-bin];