From e1fd05bf5df95451bc1afc741ffd583f1bff5eaf Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 30 Mar 2024 12:16:24 -0600 Subject: [PATCH] firefox now sort of has language packs --- workstation/configuration.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index 9204a08..4526167 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -532,7 +532,6 @@ managers, etc. #+begin_src nix protonmail-bridge # bridge for protonmail -firefox # web browser that allows to disable spyware tor-browser-bundle-bin # dark web, so dark! chromium # web browser with spyware included telegram-desktop # furry chat @@ -975,11 +974,15 @@ environment = { #+end_src * PROGRAMS -Some programs get enabled and installed through here, as well as the activation -of some services. +Some system programs get enabled and installed through here, as well as the +activation of some services. #+begin_src nix programs = { + firefox = { + enable = true; + languagePacks = [ "en-CA" "es-MX" "it" ]; + }; starship.enable = true; tmux.enable = true; fzf.fuzzyCompletion = true;