diff options
-rw-r--r-- | system/README.org | 12 | ||||
-rw-r--r-- | user/README.org | 17 |
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=. - |