aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/home')
-rw-r--r--nix/modules/home/emacs.nix1
-rw-r--r--nix/modules/home/firefox.nix5
-rw-r--r--nix/modules/home/user.nix2
3 files changed, 8 insertions, 0 deletions
diff --git a/nix/modules/home/emacs.nix b/nix/modules/home/emacs.nix
index 190adee..5e3d6aa 100644
--- a/nix/modules/home/emacs.nix
+++ b/nix/modules/home/emacs.nix
@@ -41,6 +41,7 @@
epkgs.irony-eldoc
epkgs.ivy
epkgs.ivy-pass
+ epkgs.kiwix
epkgs.latex-preview-pane
epkgs.lsp-ivy
epkgs.lsp-mode
diff --git a/nix/modules/home/firefox.nix b/nix/modules/home/firefox.nix
index e5a4bd5..118e150 100644
--- a/nix/modules/home/firefox.nix
+++ b/nix/modules/home/firefox.nix
@@ -203,6 +203,11 @@
globalprivacycontrol.enabled = true;
history.custom = true;
userContext.ui.enabled = true;
+ trackingprotection = {
+ enabled = true;
+ pbmode.enabled = true;
+ socialtracking.enabled = true;
+ };
};
full-screen-api = {
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix
index 92be80a..04bd9a3 100644
--- a/nix/modules/home/user.nix
+++ b/nix/modules/home/user.nix
@@ -21,6 +21,8 @@
stateVersion = "24.11";
packages = with pkgs; [
+ # wikipedia
+ kiwix kiwix-tools
# passwords
age sops