summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-10-17 19:31:27 +0200
committerAlan Pearce2022-10-17 19:31:27 +0200
commit2c367fa3af3c781ce747a1199d7aa6a770b710e4 (patch)
treeaa10d2c9b45b2b01a7ef421f0c9e3eecad8ef623
parent2040d0cc03954bf620b18bb11515173932444c89 (diff)
downloadnixfiles-2c367fa3af3c781ce747a1199d7aa6a770b710e4.tar.lz
nixfiles-2c367fa3af3c781ce747a1199d7aa6a770b710e4.tar.zst
nixfiles-2c367fa3af3c781ce747a1199d7aa6a770b710e4.zip
Remove outdated pre-flake documentation
-rw-r--r--system/README.org12
-rw-r--r--user/README.org17
2 files changed, 0 insertions, 29 deletions
diff --git a/system/README.org b/system/README.org
deleted file mode 100644
index e03d9a05..00000000
--- a/system/README.org
+++ /dev/null
@@ -1,12 +0,0 @@
-* nixos-configuration
-
-This repository is for my [[https://nixos.org/][NixOS]] configuration.
-
-** Setup
-
-1. Clone or symlink to =/etc/nixos=
-2. Run =nixos-generate-config= if on a fresh machine
-3. Remove =configuration.nix=
-4. Link a machine configuration to =configuration.nix=
-5. Apply configuration with =nixos-rebuild= or =nixos-install=
-
diff --git a/user/README.org b/user/README.org
deleted file mode 100644
index ed5c8df2..00000000
--- a/user/README.org
+++ /dev/null
@@ -1,17 +0,0 @@
-* Nixfiles
-
-I've organised this repository with [[https://rycee.gitlab.io/home-manager/][Home Manager]]. It focuses on [[http://zsh.sourceforge.net][Z
-Shell]] and [[http://emacs.sexy][Emacs]].
-
-It doesn't use any configuration frameworks, just packages installed
-via package managers.  For Emacs I use the built-in package.el via
-[[https://github.com/jwiegley/use-package][use-package]].
-
-It should work on:
-- Linux
-- macOS
-
-** Installation
-
-1. Run =install.sh=.  
-