diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-10 22:51:25 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-10 22:51:25 +0700 |
| commit | ea52aa622ff5c4c522ccd159da38a957f88f46eb (patch) | |
| tree | c8cc5d64608c2a52e72f17426646e23dbcd371b7 /nixos/modules/features/productivity | |
| parent | b592a7d0e626dbd328a2731ed061322f86669047 (diff) | |
upd
Diffstat (limited to 'nixos/modules/features/productivity')
| -rw-r--r-- | nixos/modules/features/productivity/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/modules/features/productivity/default.nix b/nixos/modules/features/productivity/default.nix new file mode 100644 index 0000000..2b14ff6 --- /dev/null +++ b/nixos/modules/features/productivity/default.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + libreoffice + obsidian + anytype + evince + pkgs.masterpdfeditor + ]; +} |
