summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2023-01-05 14:19:56 +0100
committerCrazazy2023-07-14 17:32:06 +0200
commitb30b81ad6a6f0584fb090f225cf85e24cb8b93ec (patch)
treed11e8ec601ca9ec817bfc0ce7cc1378adc26e911
parent8dd15261bfd8aec4d351600e556e38fead5f2b0d (diff)
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
-rw-r--r--nixos.org21
1 files 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
-