aboutsummaryrefslogtreecommitdiff
path: root/profiles/documentation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-09 09:15:23 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-09 09:15:23 -0800
commit543fcc38c9c48349d6988b1ace119f0cef2d6efa (patch)
treeae8174b09797fd19e365f60bf25a9d20b222c855 /profiles/documentation.nix
parentinstall kind / configure the dock (diff)
downloadinfra-543fcc38c9c48349d6988b1ace119f0cef2d6efa.tar.gz
delete even more unused configurations
Diffstat (limited to 'profiles/documentation.nix')
-rw-r--r--profiles/documentation.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/documentation.nix b/profiles/documentation.nix
deleted file mode 100644
index 71ba06b..0000000
--- a/profiles/documentation.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, lib, pkgs, ... }:
-{
- documentation = {
- enable = true;
- dev.enable = true;
- info.enable = true;
- man.enable = true;
- nixos.enable = true;
- };
-
- environment.systemPackages = with pkgs; [
- man-pages
- man-pages-posix
- ];
-}