commit b30b81ad6a6f0584fb090f225cf85e24cb8b93ec
parent 8dd15261bfd8aec4d351600e556e38fead5f2b0d
Author: Crazazy <crazazy@tilde.cafe>
Date: Thu, 5 Jan 2023 14:19:56 +0100
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
Diffstat:
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git 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
-