Reorganize

This commit is contained in:
David C
2023-08-14 16:17:58 -04:00
parent e673e82c46
commit a466f46bc2
14 changed files with 16 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
kitty
emacs
rnix-lsp
texlive.combined.scheme-full
pandoc
libreoffice-qt
pandoc
ispell
# Fonts
julia-mono
];
}