Remove outdated pre-flake documentation
Alan Pearce alan@alanpearce.eu
Mon, 17 Oct 2022 19:31:27 +0200
D system/README.org
@@ -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= -
D user/README.org
@@ -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=. -