summaryrefslogtreecommitdiff
path: root/nixos/modules/features/productivity
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/productivity')
-rw-r--r--nixos/modules/features/productivity/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/nixos/modules/features/productivity/default.nix b/nixos/modules/features/productivity/default.nix
deleted file mode 100644
index 2b14ff6..0000000
--- a/nixos/modules/features/productivity/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ pkgs, ... }:
-
-{
- environment.systemPackages = with pkgs; [
- libreoffice
- obsidian
- anytype
- evince
- pkgs.masterpdfeditor
- ];
-}