diff options
author | Crazazy | 2022-04-27 10:01:48 +0200 |
---|---|---|
committer | Crazazy | 2022-04-27 19:28:58 +0200 |
commit | 62798429f810df130c481c502fab3411e56039c7 (patch) | |
tree | cd5d77e64d06528b50930432386abbf0442438d9 | |
parent | d7b3ade93811e69bedfc2a826e22aa8026033854 (diff) |
go back to seamonkey
-rw-r--r-- | nixos.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos.org b/nixos.org index 744db3e..20ed104 100644 --- a/nixos.org +++ b/nixos.org @@ -250,13 +250,13 @@ stuff gitFull curl vim - myFirefox - # nur.repos.crazazy.seamonkey + # myFirefox + nur.repos.crazazy.seamonkey (wine.override { wineBuild = "wineWow"; }) ]; # persistent directory for my browser details homeBinds = [ - ".mozilla/firefox" + ".mozilla/seamonkey" ]; } #+end_src |