about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-09-07T22·01+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-09-07T22·01+0100
commit1ece8c083b43142a375baa7d137fcba8bde717b6 (patch)
tree8880182ac6f7f42491257b2c484ea71e28b9fc47 /README.md
parent11c46b9ad57ce9b1977d43fe2f520f7483805c46 (diff)
Drop support for Nix home-manager
On my work machines, I'm finding home-manager to be more bothersome than
helpful. I'm preferring a simpler workflow for the time being.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8bf96a4c021d..db31a200bbf8 100644
--- a/README.md
+++ b/README.md
@@ -63,8 +63,7 @@ using `//` to indicate the root of my monorepo, the directory in which this
 
 - `//boilerplate`: scaffolding for projects. Boilerplate's goal is to
   reduce the startup costs of a project.
-- `//configs`: my dotfiles (e.g. `config.fish`, `init.vim`). Eventually Nix
-  `home-manager` should replace this.
+- `//configs`: my dotfiles (e.g. `config.fish`, `init.vim`).
 - `//emacs`: Emacs is both my preferred text editor and my window manager; with
   tens of thousands of lines of Emacs Lisp, you can safely assume that this
   directory hosts a lot of libraries and packages.
@@ -80,7 +79,6 @@ using `//` to indicate the root of my monorepo, the directory in which this
 
 Here are a few reminders when setting up a new machine:
 
-- Use Nix `home-manager` to configure the new machine.
 - Ensure `~/.password-store` exists.
 - Run `export_gpg` from a computer with my gpg credentials. Run `import_gpg`
   from the new machine.