Reorganize
This commit is contained in:
14
machines/universedesktop/programs/office.nix
Normal file
14
machines/universedesktop/programs/office.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user