From b30b81ad6a6f0584fb090f225cf85e24cb8b93ec Mon Sep 17 00:00:00 2001 From: Crazazy Date: Thu, 5 Jan 2023 14:19:56 +0100 Subject: move back to saner application defaults emacs-ng is out of date, and I can always move back to seamonkey if I need to move back to saner application defaults --- nixos.org | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/nixos.org b/nixos.org index ad5111e..645cc00 100644 --- a/nixos.org +++ b/nixos.org @@ -280,21 +280,25 @@ stuff }; in with pkgs; [ - gitFull + # compcert curl - vim - # myFirefox - nur.repos.crazazy.seamonkey + # deno + discord + gitFull graalvm17-ce libreoffice - compcert mpv bun + # nur.repos.crazazy.seamonkey + myFirefox + unzip zip + vim (wine.override { wineBuild = "wineWow"; }) ]; # persistent directory for my browser details homeBinds = [ - ".mozilla/seamonkey" + ".mozilla/firefox" + ".config/discord" ".wine" ]; } @@ -319,12 +323,12 @@ stuff #+begin_src nix { services.emacs = { - # package = import ./emacs.nix; + package = import ./emacs.nix; defaultEditor = true; enable = true; }; homeBinds = [ - ".config/emacs" + # ".config/emacs" ]; } #+end_src @@ -335,4 +339,3 @@ stuff virtualisation.libvirtd.enable = true; } #+end_src - -- cgit 1.4.1-2-gfad0