literate-config

Literate config. See <a href="../readme.org">readme.org</a> for a better-formatted version
Log | Files | Refs

commit e3202e887c12c203156b8a6899e6bcec23425067
parent d7b3ade93811e69bedfc2a826e22aa8026033854
Author: Crazazy <crazazy@tilde.cafe>
Date:   Wed, 27 Apr 2022 10:01:48 +0200

go back to seamonkey

Diffstat:
Mnixos.org | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -292,6 +292,6 @@ stuff I also sometimes run qemu vms. The qemu's manager will be libvirtd, but not sure if I will even use that #+begin_src nix :noweb-ref nixos-config :tangle no { - virtualisation.libvirtd.enable = true; + # virtualisation.libvirtd.enable = true; } #+end_src