diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:05:10 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:05:10 -0600 |
| commit | 743a205dd9bff31e0ed63ebba8dd3327614ac188 (patch) | |
| tree | dd9a1d5221d6d45a362102525585ed9bdb74c3e6 | |
| parent | c2592d1fcd265432322b587dce0528a16e485123 (diff) | |
Nixify main Firefox profile
| -rw-r--r-- | home.nix | 6 | ||||
| -rw-r--r-- | path.nix | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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 @@ -9,6 +9,7 @@ in [ pkgs.hack-font pkgs.i3-gaps py.ipython + pkgs.jq pkgs.keepassxc pkgs.libsForQt5.okular pkgs.man-pages |
