add aspects/programs/ home-manager modules
Program categories: graphics, media, office, utilities, web Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e8e62c81e3
commit
92e16d0032
5 changed files with 164 additions and 0 deletions
25
aspects/programs/office.nix
Normal file
25
aspects/programs/office.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.programs-office = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Spelling
|
||||
aspell
|
||||
aspellDicts.de
|
||||
aspellDicts.en
|
||||
aspellDicts.en-computers
|
||||
aspellDicts.pt_BR
|
||||
# Document Viewing
|
||||
papers
|
||||
# Presentations
|
||||
presenterm
|
||||
# Note Taking & Drawing
|
||||
rnote
|
||||
];
|
||||
|
||||
services.flatpak.packages = [
|
||||
# Office Suite
|
||||
"com.collabora.Office"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue