summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2022-04-05 12:22:53 +0200
committerCrazazy2022-04-05 12:31:41 +0200
commit1aa9ba739e8333f258a77ba33ed43abcb805f753 (patch)
tree4ad634f035db4122c23bd94225122796a82945f0
parent1b48b4ef7008bc4202b436489948e0d55a183a1d (diff)
move firefox bind to package section
-rw-r--r--nixos.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos.org b/nixos.org
index 672701b..b1b23f1 100644
--- a/nixos.org
+++ b/nixos.org
@@ -201,6 +201,7 @@ stuff
 ** packages
 *** Core packages
     These are the normal packages that I use for core maintenance. I use a special hardened version of firefox that takes in some addons as well
+    [[https://github.com/nix-community/nur-combined/blob/master/repos/ijohanne/pkgs/firefox-hardened/default.nix][Hardened firefox source]]
     #+begin_src nix :noweb-ref nixos-config :tangle no
       {
         environment.systemPackages = let
@@ -250,8 +251,13 @@ stuff
             curl
             vim
             myFirefox
+            # nur.repos.crazazy.seamonkey
             (wine.override { wineBuild = "wineWow"; })
           ];
+        # persistent directory for my browser details
+        homeBinds = [
+          ".mozilla/firefox"
+        ]
       }
     #+end_src
 *** Steam