summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-05 00:05:10 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-05 00:05:10 -0600
commit743a205dd9bff31e0ed63ebba8dd3327614ac188 (patch)
treedd9a1d5221d6d45a362102525585ed9bdb74c3e6
parentc2592d1fcd265432322b587dce0528a16e485123 (diff)
Nixify main Firefox profile
-rw-r--r--home.nix6
-rw-r--r--path.nix1
2 files changed, 7 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index b52e18e..c18e3e5 100644
--- a/home.nix
+++ b/home.nix
@@ -105,6 +105,12 @@ in {
firefox = {
enable = true;
+
+ profiles."main.profile" = {
+ id = 0;
+ name = "default";
+ };
+
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
decentraleyes
darkreader
diff --git a/path.nix b/path.nix
index a5d45c9..016c09a 100644
--- a/path.nix
+++ b/path.nix
@@ -9,6 +9,7 @@ in [
pkgs.hack-font
pkgs.i3-gaps
py.ipython
+ pkgs.jq
pkgs.keepassxc
pkgs.libsForQt5.okular
pkgs.man-pages